Update dependencies from https://github.com/dotnet/arcade build 20200225.9 (#6567)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20125.9
This commit is contained in:
parent
8fbd45506a
commit
9a68b42b47
4 changed files with 5 additions and 3 deletions
|
@ -100,9 +100,9 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20124.3">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20125.9">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>03bd0e0cefb81d33d08c4853fa5d6a8057c34d94</Sha>
|
||||
<Sha>e6c7061dacf795792aa7d1213dba0e532bbd85bd</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -84,6 +84,7 @@ stages:
|
|||
- job: publish_assets
|
||||
displayName: Publish Assets
|
||||
dependsOn: setupMaestroVars
|
||||
timeoutInMinutes: 120
|
||||
variables:
|
||||
- name: BARBuildId
|
||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||
|
|
|
@ -83,6 +83,7 @@ stages:
|
|||
- job: publish_assets
|
||||
displayName: Publish Assets
|
||||
dependsOn: setupMaestroVars
|
||||
timeoutInMinutes: 120
|
||||
variables:
|
||||
- name: BARBuildId
|
||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"dotnet": "5.0.100-alpha1-015949"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20124.3"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20125.9"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue