Update dependencies from https://github.com/dotnet/arcade build 20190906.2 (#4617)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19456.2
This commit is contained in:
dotnet-maestro[bot] 2019-09-06 18:53:03 +00:00 committed by GitHub
parent 5232fc7998
commit d55bd2e1cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -65,9 +65,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19455.21">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19456.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e99f81b0e3289cfd851be0d927c1fcffa43af6b5</Sha>
<Sha>397060df67388da56b50de7e6f7292a5dccc2de6</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -124,7 +124,7 @@ stages:
/p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
/p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
/p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
${{ parameters.artifactsPublishingAdditionalParameters }}

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview6-012264"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19455.21"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.2"
}
}