We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ef908 commit 49c49c9Copy full SHA for 49c49c9
eng/ci/public-build.yml
@@ -50,6 +50,10 @@ extends:
50
enabled: true
51
runSourceLanguagesInSourceAnalysis: true
52
53
+ settings:
54
+ # PR's from forks do not have sufficient permissions to set tags.
55
+ skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
56
+
57
stages:
58
- stage: Test
59
jobs:
0 commit comments