[master] Update dependencies from dotnet/arcade (#5458)
* Update dependencies from https://github.com/dotnet/arcade build 20191031.14 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19531.14 * Update dependencies from https://github.com/dotnet/arcade build 20191101.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19551.3
This commit is contained in:
parent
5ebdba23de
commit
a79abcb600
15 changed files with 86 additions and 33 deletions
|
@ -104,9 +104,9 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19530.15">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19551.3">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>35c10b82920baacbb3945fd952a0e49c4caec708</Sha>
|
<Sha>f757dab263c59ffa51717974ec9a5da76a7a3b6e</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
|
@ -17,8 +17,6 @@ stages:
|
||||||
displayName: Publish Assets
|
displayName: Publish Assets
|
||||||
dependsOn: setupMaestroVars
|
dependsOn: setupMaestroVars
|
||||||
variables:
|
variables:
|
||||||
- group: DotNet-Blob-Feed
|
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
- name: BARBuildId
|
- name: BARBuildId
|
||||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||||
- name: IsStableBuild
|
- name: IsStableBuild
|
||||||
|
|
|
@ -35,6 +35,18 @@ stages:
|
||||||
artifactName: 'PDBArtifacts'
|
artifactName: 'PDBArtifacts'
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
|
||||||
|
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
||||||
|
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
||||||
|
# otherwise there will be authentication failures when accessing a private feed hosted in a different org.
|
||||||
|
- task: NuGetAuthenticate@0
|
||||||
|
displayName: 'Authenticate to AzDO Feeds'
|
||||||
|
|
||||||
|
- task: PowerShell@2
|
||||||
|
displayName: Enable cross-org publishing
|
||||||
|
inputs:
|
||||||
|
filePath: eng\common\enable-cross-org-publishing.ps1
|
||||||
|
arguments: -token $(dn-bot-dnceng-artifact-feeds-rw)
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Publish
|
displayName: Publish
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -52,8 +64,6 @@ stages:
|
||||||
displayName: Publish Assets
|
displayName: Publish Assets
|
||||||
dependsOn: setupMaestroVars
|
dependsOn: setupMaestroVars
|
||||||
variables:
|
variables:
|
||||||
- group: DotNet-Blob-Feed
|
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
- name: BARBuildId
|
- name: BARBuildId
|
||||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||||
- name: IsStableBuild
|
- name: IsStableBuild
|
||||||
|
@ -130,4 +140,4 @@ stages:
|
||||||
|
|
||||||
- template: ../../steps/promote-build.yml
|
- template: ../../steps/promote-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
ChannelId: ${{ variables.NetCore_3_Tools_Channel_Id }}
|
ChannelId: ${{ variables.NetCore_3_Tools_Channel_Id }}
|
||||||
|
|
|
@ -35,6 +35,18 @@ stages:
|
||||||
artifactName: 'PDBArtifacts'
|
artifactName: 'PDBArtifacts'
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
|
||||||
|
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
||||||
|
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
||||||
|
# otherwise it'll complain about accessing a private feed.
|
||||||
|
- task: NuGetAuthenticate@0
|
||||||
|
displayName: 'Authenticate to AzDO Feeds'
|
||||||
|
|
||||||
|
- task: PowerShell@2
|
||||||
|
displayName: Enable cross-org publishing
|
||||||
|
inputs:
|
||||||
|
filePath: eng\common\enable-cross-org-publishing.ps1
|
||||||
|
arguments: -token $(dn-bot-dnceng-artifact-feeds-rw)
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Publish
|
displayName: Publish
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -52,8 +64,6 @@ stages:
|
||||||
displayName: Publish Assets
|
displayName: Publish Assets
|
||||||
dependsOn: setupMaestroVars
|
dependsOn: setupMaestroVars
|
||||||
variables:
|
variables:
|
||||||
- group: DotNet-Blob-Feed
|
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
- name: BARBuildId
|
- name: BARBuildId
|
||||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||||
- name: IsStableBuild
|
- name: IsStableBuild
|
||||||
|
|
|
@ -35,6 +35,18 @@ stages:
|
||||||
artifactName: 'PDBArtifacts'
|
artifactName: 'PDBArtifacts'
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
|
||||||
|
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
||||||
|
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
||||||
|
# otherwise it'll complain about accessing a private feed.
|
||||||
|
- task: NuGetAuthenticate@0
|
||||||
|
displayName: 'Authenticate to AzDO Feeds'
|
||||||
|
|
||||||
|
- task: PowerShell@2
|
||||||
|
displayName: Enable cross-org publishing
|
||||||
|
inputs:
|
||||||
|
filePath: eng\common\enable-cross-org-publishing.ps1
|
||||||
|
arguments: -token $(dn-bot-dnceng-artifact-feeds-rw)
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Publish
|
displayName: Publish
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -52,8 +64,6 @@ stages:
|
||||||
displayName: Publish Assets
|
displayName: Publish Assets
|
||||||
dependsOn: setupMaestroVars
|
dependsOn: setupMaestroVars
|
||||||
variables:
|
variables:
|
||||||
- group: DotNet-Blob-Feed
|
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
- name: BARBuildId
|
- name: BARBuildId
|
||||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||||
- name: IsStableBuild
|
- name: IsStableBuild
|
||||||
|
|
|
@ -64,8 +64,6 @@ stages:
|
||||||
displayName: Publish Assets
|
displayName: Publish Assets
|
||||||
dependsOn: setupMaestroVars
|
dependsOn: setupMaestroVars
|
||||||
variables:
|
variables:
|
||||||
- group: DotNet-Blob-Feed
|
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
- name: BARBuildId
|
- name: BARBuildId
|
||||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||||
- name: IsStableBuild
|
- name: IsStableBuild
|
||||||
|
|
|
@ -35,6 +35,18 @@ stages:
|
||||||
artifactName: 'PDBArtifacts'
|
artifactName: 'PDBArtifacts'
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
|
||||||
|
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
||||||
|
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
||||||
|
# otherwise it'll complain about accessing a private feed.
|
||||||
|
- task: NuGetAuthenticate@0
|
||||||
|
displayName: 'Authenticate to AzDO Feeds'
|
||||||
|
|
||||||
|
- task: PowerShell@2
|
||||||
|
displayName: Enable cross-org publishing
|
||||||
|
inputs:
|
||||||
|
filePath: eng\common\enable-cross-org-publishing.ps1
|
||||||
|
arguments: -token $(dn-bot-dnceng-artifact-feeds-rw)
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Publish
|
displayName: Publish
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -52,8 +64,6 @@ stages:
|
||||||
displayName: Publish Assets
|
displayName: Publish Assets
|
||||||
dependsOn: setupMaestroVars
|
dependsOn: setupMaestroVars
|
||||||
variables:
|
variables:
|
||||||
- group: DotNet-Blob-Feed
|
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
- name: BARBuildId
|
- name: BARBuildId
|
||||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||||
- name: IsStableBuild
|
- name: IsStableBuild
|
||||||
|
|
|
@ -35,6 +35,18 @@ stages:
|
||||||
artifactName: 'PDBArtifacts'
|
artifactName: 'PDBArtifacts'
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
|
||||||
|
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
||||||
|
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
||||||
|
# otherwise it'll complain about accessing a private feed.
|
||||||
|
- task: NuGetAuthenticate@0
|
||||||
|
displayName: 'Authenticate to AzDO Feeds'
|
||||||
|
|
||||||
|
- task: PowerShell@2
|
||||||
|
displayName: Enable cross-org publishing
|
||||||
|
inputs:
|
||||||
|
filePath: eng\common\enable-cross-org-publishing.ps1
|
||||||
|
arguments: -token $(dn-bot-dnceng-artifact-feeds-rw)
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Publish
|
displayName: Publish
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -52,8 +64,6 @@ stages:
|
||||||
displayName: Publish Assets
|
displayName: Publish Assets
|
||||||
dependsOn: setupMaestroVars
|
dependsOn: setupMaestroVars
|
||||||
variables:
|
variables:
|
||||||
- group: DotNet-Blob-Feed
|
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
- name: BARBuildId
|
- name: BARBuildId
|
||||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||||
- name: IsStableBuild
|
- name: IsStableBuild
|
||||||
|
|
|
@ -35,6 +35,18 @@ stages:
|
||||||
artifactName: 'PDBArtifacts'
|
artifactName: 'PDBArtifacts'
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
|
||||||
|
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
||||||
|
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
||||||
|
# otherwise it'll complain about accessing a private feed.
|
||||||
|
- task: NuGetAuthenticate@0
|
||||||
|
displayName: 'Authenticate to AzDO Feeds'
|
||||||
|
|
||||||
|
- task: PowerShell@2
|
||||||
|
displayName: Enable cross-org publishing
|
||||||
|
inputs:
|
||||||
|
filePath: eng\common\enable-cross-org-publishing.ps1
|
||||||
|
arguments: -token $(dn-bot-dnceng-artifact-feeds-rw)
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Publish
|
displayName: Publish
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -52,8 +64,6 @@ stages:
|
||||||
displayName: Publish Assets
|
displayName: Publish Assets
|
||||||
dependsOn: setupMaestroVars
|
dependsOn: setupMaestroVars
|
||||||
variables:
|
variables:
|
||||||
- group: DotNet-Blob-Feed
|
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
- name: BARBuildId
|
- name: BARBuildId
|
||||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||||
- name: IsStableBuild
|
- name: IsStableBuild
|
||||||
|
@ -130,4 +140,4 @@ stages:
|
||||||
|
|
||||||
- template: ../../steps/promote-build.yml
|
- template: ../../steps/promote-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }}
|
ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }}
|
||||||
|
|
|
@ -17,8 +17,6 @@ stages:
|
||||||
displayName: Publish Assets
|
displayName: Publish Assets
|
||||||
dependsOn: setupMaestroVars
|
dependsOn: setupMaestroVars
|
||||||
variables:
|
variables:
|
||||||
- group: DotNet-Blob-Feed
|
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
- name: BARBuildId
|
- name: BARBuildId
|
||||||
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
|
||||||
- name: IsStableBuild
|
- name: IsStableBuild
|
||||||
|
@ -51,6 +49,8 @@ stages:
|
||||||
displayName: 'Install NuGet.exe'
|
displayName: 'Install NuGet.exe'
|
||||||
|
|
||||||
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
||||||
|
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
||||||
|
# otherwise it'll complain about accessing a private feed.
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@0
|
||||||
displayName: 'Authenticate to AzDO Feeds'
|
displayName: 'Authenticate to AzDO Feeds'
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
variables:
|
variables:
|
||||||
- group: Publish-Build-Assets
|
- group: AzureDevOps-Artifact-Feeds-Pats
|
||||||
|
- group: DotNet-Blob-Feed
|
||||||
- group: DotNet-DotNetCli-Storage
|
- group: DotNet-DotNetCli-Storage
|
||||||
- group: DotNet-MSRC-Storage
|
- group: DotNet-MSRC-Storage
|
||||||
|
- group: Publish-Build-Assets
|
||||||
|
|
||||||
# .NET Core 3.1 Dev
|
# .NET Core 3.1 Dev
|
||||||
- name: PublicDevRelease_31_Channel_Id
|
- name: PublicDevRelease_31_Channel_Id
|
||||||
|
|
|
@ -50,7 +50,6 @@ stages:
|
||||||
displayName: Signing Validation
|
displayName: Signing Validation
|
||||||
variables:
|
variables:
|
||||||
- template: common-variables.yml
|
- template: common-variables.yml
|
||||||
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
steps:
|
steps:
|
||||||
|
@ -64,7 +63,6 @@ stages:
|
||||||
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
||||||
# otherwise it'll complain about accessing a private feed.
|
# otherwise it'll complain about accessing a private feed.
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@0
|
||||||
condition: eq(variables['IsInternalBuild'], 'true')
|
|
||||||
displayName: 'Authenticate to AzDO Feeds'
|
displayName: 'Authenticate to AzDO Feeds'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
|
|
|
@ -446,10 +446,7 @@ function GetSdkTaskProject([string]$taskName) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function InitializeNativeTools() {
|
function InitializeNativeTools() {
|
||||||
if ($env:DisableNativeToolsetInstalls) {
|
if (-Not (Test-Path variable:DisableNativeToolsetInstalls) -And (Get-Member -InputObject $GlobalJson -Name "native-tools")) {
|
||||||
return
|
|
||||||
}
|
|
||||||
if (Get-Member -InputObject $GlobalJson -Name "native-tools") {
|
|
||||||
$nativeArgs= @{}
|
$nativeArgs= @{}
|
||||||
if ($ci) {
|
if ($ci) {
|
||||||
$nativeArgs = @{
|
$nativeArgs = @{
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# CI mode - set to true on CI server for PR validation build or official build.
|
# CI mode - set to true on CI server for PR validation build or official build.
|
||||||
ci=${ci:-false}
|
ci=${ci:-false}
|
||||||
disable_configure_toolset_import=${disable_configure_toolset_import:-null}
|
disable_configure_toolset_import=${disable_configure_toolset_import:-}
|
||||||
|
|
||||||
# Set to true to use the pipelines logger which will enable Azure logging output.
|
# Set to true to use the pipelines logger which will enable Azure logging output.
|
||||||
# https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md
|
# https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md
|
||||||
|
@ -273,7 +273,7 @@ function GetNuGetPackageCachePath {
|
||||||
}
|
}
|
||||||
|
|
||||||
function InitializeNativeTools() {
|
function InitializeNativeTools() {
|
||||||
if [[ -z "${DisableNativeToolsetInstalls:-}" ]]; then
|
if [[ -n "${DisableNativeToolsetInstalls:-}" ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
if grep -Fq "native-tools" $global_json_file
|
if grep -Fq "native-tools" $global_json_file
|
||||||
|
@ -437,7 +437,7 @@ Write-PipelineSetVariable -name "Temp" -value "$temp_dir"
|
||||||
Write-PipelineSetVariable -name "TMP" -value "$temp_dir"
|
Write-PipelineSetVariable -name "TMP" -value "$temp_dir"
|
||||||
|
|
||||||
# Import custom tools configuration, if present in the repo.
|
# Import custom tools configuration, if present in the repo.
|
||||||
if [[ "$disable_configure_toolset_import" != null ]]; then
|
if [[ -z "$disable_configure_toolset_import" ]]; then
|
||||||
configure_toolset_script="$eng_root/configure-toolset.sh"
|
configure_toolset_script="$eng_root/configure-toolset.sh"
|
||||||
if [[ -a "$configure_toolset_script" ]]; then
|
if [[ -a "$configure_toolset_script" ]]; then
|
||||||
. "$configure_toolset_script"
|
. "$configure_toolset_script"
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
"dotnet": "5.0.100-alpha1-014915"
|
"dotnet": "5.0.100-alpha1-014915"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19530.15"
|
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19551.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue