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

Commit 7094d0a

Browse files
Revert check during pr
1 parent 384b7b9 commit 7094d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ steps:
171171
uploadRoslyn: false
172172
uploadTSLint: false
173173
# Don't open bugs for PR builds
174-
# condition: ne(variables['Build.Reason'], 'PullRequest')
174+
condition: ne(variables['Build.Reason'], 'PullRequest')
175175

176176
- task: GitHubRelease@0
177177
displayName: Publish to GitHub

0 commit comments

Comments
 (0)