Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20210122.6 (#918)

[master] Update dependencies from dotnet/arcade
pull/921/head
dotnet-maestro[bot] 6 years ago
committed by GitHub
parent
commit
5f29dc21c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      eng/Version.Details.xml
  2. 2
      eng/common/sdl/packages.config
  3. 2
      eng/common/templates/job/execute-sdl.yml
  4. 2
      global.json

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21071.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21072.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9a437ab126433012dd2e479c5edfb552b83e872b</Sha>
<Sha>c313ff83e84445094fa5463498d5c94c29f27e1d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21071.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21072.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9a437ab126433012dd2e479c5edfb552b83e872b</Sha>
<Sha>c313ff83e84445094fa5463498d5c94c29f27e1d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21071.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21072.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9a437ab126433012dd2e479c5edfb552b83e872b</Sha>
<Sha>c313ff83e84445094fa5463498d5c94c29f27e1d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21071.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21072.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9a437ab126433012dd2e479c5edfb552b83e872b</Sha>
<Sha>c313ff83e84445094fa5463498d5c94c29f27e1d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21071.2">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21072.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9a437ab126433012dd2e479c5edfb552b83e872b</Sha>
<Sha>c313ff83e84445094fa5463498d5c94c29f27e1d</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/sdl/packages.config

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Guardian.Cli.win10-x64" version="0.20.1"/>
<package id="Microsoft.Guardian.Cli" version="0.53.3"/>
</packages>

2
eng/common/templates/job/execute-sdl.yml

@ -83,7 +83,7 @@ jobs:
continueOnError: ${{ parameters.sdlContinueOnError }}
- ${{ if eq(parameters.overrideParameters, '') }}:
- powershell: eng/common/sdl/execute-all-sdl-tools.ps1
-GuardianPackageName Microsoft.Guardian.Cli.win10-x64.0.20.1
-GuardianPackageName Microsoft.Guardian.Cli.0.53.3
-NugetPackageDirectory $(Build.SourcesDirectory)\.packages
-AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw)
${{ parameters.additionalParameters }}

2
global.json

@ -11,6 +11,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21071.2"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21072.6"
}
}

Loading…
Cancel
Save