Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20220118.3 (#1276)

[main] Update dependencies from dotnet/arcade
main-publicPoolNames
dotnet-maestro[bot] 5 years ago
committed by GitHub
parent
commit
b8faf170c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      eng/Version.Details.xml
  2. 2
      eng/common/templates/steps/source-build.yml
  3. 2
      global.json

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22067.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22068.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fb1f4bbc1f2cdd26071764132a3592eceab63fe</Sha>
<Sha>9ffc76ac9f5799de9b28ee59f9bfbe0f8844d0d7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22067.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22068.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fb1f4bbc1f2cdd26071764132a3592eceab63fe</Sha>
<Sha>9ffc76ac9f5799de9b28ee59f9bfbe0f8844d0d7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22067.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22068.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fb1f4bbc1f2cdd26071764132a3592eceab63fe</Sha>
<Sha>9ffc76ac9f5799de9b28ee59f9bfbe0f8844d0d7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22067.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22068.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fb1f4bbc1f2cdd26071764132a3592eceab63fe</Sha>
<Sha>9ffc76ac9f5799de9b28ee59f9bfbe0f8844d0d7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22067.1">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22068.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fb1f4bbc1f2cdd26071764132a3592eceab63fe</Sha>
<Sha>9ffc76ac9f5799de9b28ee59f9bfbe0f8844d0d7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

2
eng/common/templates/steps/source-build.yml

@ -23,7 +23,7 @@ steps:
# In addition, add an msbuild argument to copy the WIP from the repo to the target build location.
# This is because SetupNuGetSources.sh will alter the current NuGet.config file, and we need to preserve those
# changes.
$internalRestoreArgs=
internalRestoreArgs=
if [ '$(dn-bot-dnceng-artifact-feeds-rw)' != '$''(dn-bot-dnceng-artifact-feeds-rw)' ]; then
# Temporarily work around https://github.com/dotnet/arcade/issues/7709
chmod +x $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh

2
global.json

@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22067.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22068.3"
}
}

Loading…
Cancel
Save