Skip to content

Commit

Permalink
Update azure pipeline (Azure#1892)
Browse files Browse the repository at this point in the history
* Update release.yml for Azure Pipelines

* Update release.yml for Azure Pipelines

* Update release.yml for Azure Pipelines

* Update release.yml for Azure Pipelines

* Update release.yml for Azure Pipelines

* Update release.yml for Azure Pipelines
  • Loading branch information
vicancy authored Jan 11, 2024
1 parent 96162d0 commit b1c4387
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .azure/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,13 @@ extends:
fetchTags: false
persistCredentials: true
- ${{ if eq(parameters.isFinalBuild, true) }}:
- bash: |
echo "##vso[task.setvariable variable=VersionSuffix]rtm"
echo $(VersionSuffix) # outputs VersionSuffix
- script: |
echo ##vso[task.setvariable variable=VersionSuffix;]rtm
displayName: Set VersionSuffix to rtm if it is final build
- script: |
echo $(VersionSuffix)
echo $(MSBuildProperties)
displayName: Print VersionSuffix and MSBuildProperties
- task: ms-vseng.MicroBuildTasks.30666190-6959-11e5-9f96-f56098202fef.MicroBuildSigningPlugin@3
displayName: Install Signing Plugin
condition: and(succeeded(), in(variables.SignType, 'real', 'test')) 
Expand Down

0 comments on commit b1c4387

Please sign in to comment.