We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869f164 commit 799cc04Copy full SHA for 799cc04
.azure-pipelines/sign-for-dev-release.yml
@@ -153,7 +153,7 @@ extends:
153
script: |
154
# Write your commands here
155
156
- (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/)
157
- task: CopyFiles@2
158
displayName: "Copy Files to: $(build.artifactstagingdirectory)"
159
inputs:
0 commit comments