Skip to content

Commit 4dffe98

Browse files
committed
Fix public builds from fork
1 parent 2b7cdb5 commit 4dffe98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/ci/public-build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ extends:
4040
compiled:
4141
enabled: true
4242
runSourceLanguagesInSourceAnalysis: true
43+
settings:
44+
# PR's from forks do not have sufficient permissions to set tags.
45+
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
4346
stages:
4447
- stage: BuildAndTest
4548
jobs:

0 commit comments

Comments
 (0)