Skip to content

Commit

Permalink
Merge pull request #190 from pytorch/baijumeswani/variable-to-parameter
Browse files Browse the repository at this point in the history
Change variable to parameter
  • Loading branch information
YUNQIUGUO authored Feb 5, 2024
2 parents 90bbbbd + 269912f commit dd598eb
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 dd598eb

Please sign in to comment.