Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ steps:
}
displayName: Download and Capture NuPkgs

- task: AzureFileCopy@2
- task: AzureFileCopy@4
displayName: 'AzureBlob build info JSON file Copy'
inputs:
SourcePath: '$(BuildInfoJsonFile)'
Expand All @@ -74,7 +74,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)'
Expand All @@ -84,7 +84,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)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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)'
Expand Down
3 changes: 2 additions & 1 deletion tools/releaseBuild/azureDevOps/vpackRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ stages:
displayName: Name the build
condition: succeeded()

pool: PowerShell1ES
pool:
name: PowerShell1ES
demands:
- ImageOverride -equals PSMMS2019-Secure

Expand Down