Skip to content

Commit ffb05a5

Browse files
Enable signing of libtorch packages.
1 parent 0a6f9da commit ffb05a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ jobs:
517517
################################################################################
518518
- job: CodeSign_Extras
519519
################################################################################
520-
condition: and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], '${{ parameters.SourceBranchName }}'), eq('${{ parameters.PushPackagesToFeed }}', true))
520+
condition: and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], '${{ parameters.SourceBranchName }}'), eq('${{ parameters.BuildLibTorchPackages }}', true))
521521
dependsOn:
522522
- Build_libtorch_cuda_win_Packages
523523
- Build_libtorch_cuda_linux_Packages

0 commit comments

Comments
 (0)