Update dependencies from https://github.com/dotnet/arcade build 20190122.5 (#322)

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19072.5
This commit is contained in:
dotnet-maestro[bot] 2019-01-23 06:12:36 +00:00 committed by GitHub
parent ebb5646b00
commit ad74af9784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -28,9 +28,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19070.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19072.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e7e2a81eefde4d3973a579458079e6da27ed0018</Sha>
<Sha>044fa99d22e576fcfaf63f09ee9bba821855dddb</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -29,10 +29,10 @@ phases:
condition: ${{ parameters.condition }}
continueOnError: ${{ parameters.continueOnError }}
- script: eng\common\publishbuildassets.cmd
-configuration $(_BuildConfig)
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
/p:BuildAssetRegistryToken=$(MaestroAccessToken)
/p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
/p:Configuration=$(_BuildConfig)
displayName: Publish Build Assets
condition: ${{ parameters.condition }}
continueOnError: ${{ parameters.continueOnError }}

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview-009812"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19070.2"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19072.5"
}
}