Update dependencies from https://github.com/dotnet/arcade build 20190730.3 (#3639)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19380.3
This commit is contained in:
parent
708b6827aa
commit
e26701dbb5
4 changed files with 5 additions and 5 deletions
|
@ -65,9 +65,9 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19379.29">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19380.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d</Sha>
|
||||
<Sha>def377f94747dac91482aad67b33a1c011ffc770</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Microsoft.Guardian.Cli" version="0.6.0"/>
|
||||
<package id="Microsoft.Guardian.Cli" version="0.7.1"/>
|
||||
</packages>
|
||||
|
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
continueOnError: ${{ parameters.continueOnError }}
|
||||
- ${{ if eq(parameters.overrideParameters, '') }}:
|
||||
- powershell: eng/common/sdl/execute-all-sdl-tools.ps1
|
||||
-GuardianPackageName Microsoft.Guardian.Cli.0.6.0
|
||||
-GuardianPackageName Microsoft.Guardian.Cli.0.7.1
|
||||
-NugetPackageDirectory $(Build.SourcesDirectory)\.packages
|
||||
-AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw)
|
||||
${{ parameters.additionalParameters }}
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"dotnet": "3.0.100-preview6-012264"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19379.29"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19380.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue