Skip to content

Commit

Permalink
Merge branch 'main' into idf_5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Jul 30, 2024
2 parents f980b38 + c6dee33 commit ed65afc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,14 @@ jobs:
name: SetRevision
displayName: Store CLR DLL revision
- task: PowerShell@2
displayName: Store CLR DLL revision
name: SetRevision
inputs:
targetType: "inline"
script: |
Write-Host "$("##vso[task.setvariable variable=CLR_REVISION;isOutput=true]")$(REVISION)"
- task: PowerShell@2
displayName: Store package version
inputs:
Expand Down

0 comments on commit ed65afc

Please sign in to comment.