mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 03:46:23 +08:00
Update AzureFileCopy
task and fix the syntax for specifying pool
(#17013)
This commit is contained in:
parent
fa03f180e7
commit
8d0830133a
@ -68,7 +68,7 @@ steps:
|
||||
}
|
||||
displayName: Download and Capture NuPkgs
|
||||
|
||||
- task: AzureFileCopy@2
|
||||
- task: AzureFileCopy@4
|
||||
displayName: 'AzureBlob build info JSON file Copy'
|
||||
inputs:
|
||||
SourcePath: '$(BuildInfoJsonFile)'
|
||||
@ -78,7 +78,7 @@ steps:
|
||||
ContainerName: BuildInfo
|
||||
condition: and(succeeded(), eq(variables['CopyMainBuildInfo'], 'YES'))
|
||||
|
||||
- task: AzureFileCopy@2
|
||||
- task: AzureFileCopy@4
|
||||
displayName: 'AzureBlob build info ''lts.json'' Copy when needed'
|
||||
inputs:
|
||||
SourcePath: '$(LtsBuildInfoJsonFile)'
|
||||
@ -88,7 +88,7 @@ steps:
|
||||
ContainerName: BuildInfo
|
||||
condition: and(succeeded(), eq(variables['CopyLTSBuildInfo'], 'YES'))
|
||||
|
||||
- task: AzureFileCopy@2
|
||||
- task: AzureFileCopy@4
|
||||
displayName: 'AzureBlob build info ''Major-Minor.json'' Copy when needed'
|
||||
inputs:
|
||||
SourcePath: '$(VersionBuildInfoJsonFile)'
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
||||
Write-Host "##$vstsCommand"
|
||||
displayName: Determine file to upload
|
||||
|
||||
- task: AzureFileCopy@2
|
||||
- task: AzureFileCopy@4
|
||||
displayName: 'AzureBlob pwsh.deps.json file Copy'
|
||||
inputs:
|
||||
SourcePath: '$(FileToUpload)'
|
||||
|
@ -25,7 +25,8 @@ stages:
|
||||
displayName: Name the build
|
||||
condition: succeeded()
|
||||
|
||||
pool: PowerShell1ES
|
||||
pool:
|
||||
name: PowerShell1ES
|
||||
demands:
|
||||
- ImageOverride -equals PSMMS2019-Secure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user