Skip to content

Commit

Permalink
Change variable to parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Feb 5, 2024
1 parent 90bbbbd commit 269912f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ stages:

variables:
BuildType: 'nightly'
UploadWheel: ${{ parameters.upload_wheel }}

steps:
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ stages:

variables:
BuildType: 'stable'
UploadWheel: ${{ parameters.upload_wheel }}

steps:
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
Expand Down

0 comments on commit 269912f

Please sign in to comment.