Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Feb 5, 2024
1 parent 4b19849 commit 96e66bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ steps:
displayName: "docker run build.py --wheel_file /torch_ort_src/dist/$whlfilename"

- task: AzureCLI@2
condition: and(succeeded(), eq("${{ parameters.UploadWheel }}", 'yes'), eq("${{ parameters.BuildType }}", 'nightly'))
condition: and(succeeded(), eq('${{ parameters.UploadWheel }}', 'yes'), eq('${{ parameters.BuildType }}', 'nightly'))
inputs:
azureSubscription: 'AIInfraBuildOnnxRuntimeOSS'
scriptType: 'bash'
Expand Down

0 comments on commit 96e66bb

Please sign in to comment.