[main] Update dependencies from dotnet/arcade (#883)
* Update dependencies from https://github.com/dotnet/arcade build 20201002.8 Microsoft.DotNet.Arcade.Sdk From Version 1.0.0-beta.20465.6 -> To Version 1.0.0-beta.20502.8 * Update dependencies from https://github.com/dotnet/arcade build 20201009.7 Microsoft.DotNet.Arcade.Sdk From Version 1.0.0-beta.20465.6 -> To Version 1.0.0-beta.20509.7 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Brett V. Forsgren <brettfo@microsoft.com>
This commit is contained in:
Родитель
d96334264a
Коммит
aca212da7c
|
@ -3,9 +3,9 @@
|
|||
<ProductDependencies>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20465.6">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20509.7">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>4f384ab6a49fc642aec2acc4bcc938172a0744d1</Sha>
|
||||
<Sha>e4584b56c5334067d30a04dd6b2d1d724ed7ccc3</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -367,6 +367,18 @@ stages:
|
|||
shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
|
||||
symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json'
|
||||
|
||||
- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
||||
parameters:
|
||||
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
||||
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
||||
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
||||
stageName: 'VS16_9_Publishing'
|
||||
channelName: 'VS 16.9'
|
||||
channelId: 1473
|
||||
transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json'
|
||||
shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
|
||||
symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json'
|
||||
|
||||
- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
||||
parameters:
|
||||
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"rollForward": "latestMinor"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20465.6"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20509.7"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче