@@ -61,40 +61,18 @@ extends:
61
61
-TaskVariableName 'BuildMajorMinorVersion'
62
62
-MajorMinorOnly
63
63
64
- # Populate dotnetbuilds-internal-container-read-token
65
- - template : /eng/common/templates-official/steps/get-delegation-sas.yml
66
- parameters :
67
- federatedServiceConnection : ' dotnetbuilds-internal-read'
68
- outputVariableName : ' dotnetbuilds-internal-checksums-container-read-token'
69
- expiryInHours : 1
70
- base64Encode : false
71
- storageAccount : dotnetbuilds
72
- container : internal-checksums
73
- permissions : rl
74
-
75
- # Populate dotnetbuilds-internal-container-read-token
76
- - template : /eng/common/templates-official/steps/get-delegation-sas.yml
77
- parameters :
78
- federatedServiceConnection : ' dotnetbuilds-internal-read'
79
- outputVariableName : ' dotnetbuilds-internal-container-read-token'
80
- expiryInHours : 1
81
- base64Encode : false
82
- storageAccount : dotnetbuilds
83
- container : internal
84
- permissions : rl
85
-
86
64
# Only scan the files that are being shipped; use the same gathering procedure
87
65
# that the asset staging process uses.
88
- - task : PowerShell @2
66
+ - task : AzureCLI @2
89
67
displayName : ' Download Build Assets'
90
68
inputs :
91
- targetType : filePath
92
- filePath : ' $(Build.Repository.LocalPath)/eng/release/Scripts/AcquireBuild.ps1'
69
+ azureSubscription : ' DotNetStaging'
70
+ scriptType : ps
71
+ scriptPath : ' $(Build.Repository.LocalPath)/eng/release/Scripts/AcquireBuild.ps1'
93
72
arguments : >-
94
73
-BarBuildId "$(BuildBarId)"
95
74
-AzdoToken "$(dn-bot-all-drop-rw-code-rw-release-all)"
96
75
-DownloadTargetPath "$(System.ArtifactsDirectory)\BuildAssets"
97
- -SasSuffixes "$(dotnetbuilds-internal-checksums-container-read-token),$(dotnetbuilds-internal-container-read-token)"
98
76
-ReleaseVersion "$(BuildVersion)"
99
77
-Separated $False
100
78
workingDirectory : ' $(Build.Repository.LocalPath)'
0 commit comments