Skip to content

Commit

Permalink
Test Azure variable differently?
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Jul 24, 2024
1 parent 1662952 commit 19d0fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ stages:
displayName: 'Install Dependencies'
- pwsh: |
if (Compare-Object $env:RELEASEWHEELBUILD "False") {
Write-Output "##vso[task.setvariable variable=TAG;]-nightly"
} else {
if ($env:RELEASEWHEELBUILD) {
Write-Output "##vso[task.setvariable variable=TAG;]"
} else {
Write-Output "##vso[task.setvariable variable=TAG;]-nightly"
}
displayName: "Set wheel tag"
Expand Down

0 comments on commit 19d0fa5

Please sign in to comment.