Skip to content

Commit

Permalink
#429 try to fix ZIP renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Sep 27, 2022
1 parent 0a06bf9 commit 49b0dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ stages:
artifactName: "PACKAGED_$(Build.SourceBranchName)_$(Build.BuildId)"
targetPath: "$(System.DefaultWorkingDirectory)"

- script: mv $(System.DefaultWorkingDirectory)/PACKAGED_$(Build.SourceBranchName)_$(Build.BuildId).zip $(System.DefaultWorkingDirectory)/$(ZIP_NAME)
- script: mv $(System.DefaultWorkingDirectory\PACKAGED_$(Build.SourceBranchName)_$(Build.BuildId).zip $(System.DefaultWorkingDirectory)\$(ZIP_NAME)
displayName: Rename image file name with correct version

- task: AzureCLI@1
Expand Down

0 comments on commit 49b0dc5

Please sign in to comment.