Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 1c1e0af

Browse files
[build] don't run signing stage on PRs
This was useful initially to "test sign" PRs, but probably don't need this running on PRs anymore.
1 parent 467d661 commit 1c1e0af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,4 @@ jobs:
147147
displayName: sign
148148
artifactName: nuget-unsigned
149149
dependsOn: windows
150+
condition: ne(variables['Build.Reason'], 'PullRequest')

0 commit comments

Comments
 (0)