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
14 changes: 7 additions & 7 deletions tools/releaseBuild/azureDevOps/WindowsBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
continueOnError: true
condition: and(succeeded(), eq(variables['Build.Reason'], 'Manual'))

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed msi to Azure - x64'
inputs:
SourcePath: '$(Build.StagingDirectory)\signedPackages\PowerShell-$(Version)-win-x64.msi'
Expand All @@ -352,7 +352,7 @@ jobs:
displayName: '[create script] upload signed msi - x86'
continueOnError: true

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed msi to Azure - x86'
inputs:
SourcePath: '$(Build.StagingDirectory)\signedPackages\PowerShell-$(Version)-win-x86.msi'
Expand All @@ -372,7 +372,7 @@ jobs:
displayName: '[Create script] upload signed zip - x64'
continueOnError: true

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed zip to Azure - x64'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x64.zip'
Expand All @@ -392,7 +392,7 @@ jobs:
displayName: '[create script] upload signed zip - x86'
continueOnError: true

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed zip to Azure - x86'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x86.zip'
Expand All @@ -412,7 +412,7 @@ jobs:
displayName: '[create script] upload signed zip - arm'
continueOnError: true

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed zip to Azure - arm'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-arm32.zip'
Expand All @@ -432,7 +432,7 @@ jobs:
displayName: '[create script] upload signed zip - arm64'
continueOnError: true

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed zip to Azure - arm64'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-arm64.zip'
Expand All @@ -452,7 +452,7 @@ jobs:
displayName: '[create script] upload signed zip - fxdependent'
continueOnError: true

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed zip to Azure - fxdependent'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-fxdependent.zip'
Expand Down
2 changes: 1 addition & 1 deletion tools/releaseBuild/azureDevOps/templates/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ReleaseTagVar: $(ReleaseTagVar)
CreateJson: yes

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload daily-build-info JSON file to Azure - ${{ parameters.architecture }}'
inputs:
SourcePath: '$(BuildInfoPath)'
Expand Down
6 changes: 3 additions & 3 deletions tools/releaseBuild/azureDevOps/templates/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
binVersionOverride: $(SigningVersionOverride)
condition: and(and(succeeded(), eq(variables['SHOULD_SIGN'], 'true')),eq(variables['buildName'], 'RPM'))

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'Upload to Azure - DEB and tar.gz'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\finished\release'
Expand All @@ -119,7 +119,7 @@ jobs:
parameters:
artifactPath: $(System.ArtifactsDirectory)\finished\release

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'Upload to Azure - RPM - Unsigned'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\rpm\release'
Expand All @@ -129,7 +129,7 @@ jobs:
ContainerName: '$(AzureVersion)'
condition: and(and(succeeded(), ne(variables['SHOULD_SIGN'], 'true')),eq(variables['buildName'], 'RPM'))

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'Upload to Azure - RPM - Signed'
inputs:
SourcePath: '$(Build.StagingDirectory)\signedPackages'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
displayName: 'Create unsigned folder to upload'
condition: and(succeeded(), ne(variables['SHOULD_SIGN'], 'true'))

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'AzureBlob File Copy - unsigned'
inputs:
SourcePath: '$(Build.StagingDirectory)\macos-unsigned'
Expand All @@ -97,7 +97,7 @@ jobs:
ContainerName: '$(AzureVersion)'
condition: and(succeeded(), ne(variables['SHOULD_SIGN'], 'true'))

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'AzureBlob File Copy - signed'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\azureMacOs'
Expand Down
4 changes: 2 additions & 2 deletions tools/releaseBuild/azureDevOps/templates/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
Get-ChildItem "$(System.ArtifactsDirectory)\signed\globaltool" -Recurse
displayName: Move global tool packages to subfolder and capture

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'Upload NuGet packages to Azure'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\signed\'
Expand All @@ -172,7 +172,7 @@ jobs:
ContainerName: '$(AzureVersion)-nuget'
condition: and(succeeded(), eq(variables['SHOULD_SIGN'], 'true'))

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'Upload global tool packages to Azure'
inputs:
sourcePath: '$(System.ArtifactsDirectory)\signed\globaltool'
Expand Down
6 changes: 3 additions & 3 deletions tools/releaseBuild/azureDevOps/templates/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
artifactFilter: PowerShell-${{ parameters.version }}-win-${{ parameters.architecture }}.msi
condition: and(succeeded(), eq('${{ parameters.msi }}', 'yes'))

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed msi to Azure - ${{ parameters.architecture }}'
inputs:
SourcePath: '$(Build.StagingDirectory)\signedPackages\PowerShell-${{ parameters.version }}-win-${{ parameters.architecture }}.msi'
Expand All @@ -26,7 +26,7 @@ steps:
artifactPath: $(System.ArtifactsDirectory)\signed
artifactFilter: PowerShell-${{ parameters.version }}-win-${{ parameters.architecture }}.zip

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed zip to Azure - ${{ parameters.architecture }}'
inputs:
SourcePath: '$(System.ArtifactsDirectory)\signed\PowerShell-${{ parameters.version }}-win-${{ parameters.architecture }}.zip'
Expand All @@ -42,7 +42,7 @@ steps:
artifactFilter: PowerShell-${{ parameters.version }}-win-${{ parameters.architecture }}.msix
condition: and(succeeded(), eq('${{ parameters.msix }}', 'yes'))

- task: AzureFileCopy@1
- task: AzureFileCopy@3
displayName: 'upload signed msix to Azure - ${{ parameters.architecture }}'
inputs:
SourcePath: '$(Build.StagingDirectory)\signedPackages\PowerShell-${{ parameters.version }}-win-${{ parameters.architecture }}.msix'
Expand Down