Skip to content

Commit

Permalink
Update sign-for-dev-release.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmingliang-ms committed Jan 17, 2024
1 parent 869f164 commit 799cc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/sign-for-dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ extends:
script: |
# Write your commands here
(cd ./artifacts/intellij/folder && zip -r ../../azure-toolkit-for-intellij-$(Date:yyyyMMdd).$(Rev:r).zip ./azure-toolkit-for-intellij/)
(cd ./artifacts/intellij/folder && zip -r ../../azure-toolkit-for-intellij-$(Build.BuildNumber).zip ./azure-toolkit-for-intellij/)
- task: CopyFiles@2
displayName: "Copy Files to: $(build.artifactstagingdirectory)"
inputs:
Expand Down

0 comments on commit 799cc04

Please sign in to comment.