Skip to content

Commit 497ce66

Browse files
authored
Fix public builds from forks (#615)
1 parent 82c7de1 commit 497ce66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines/public-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ extends:
2424
image: 1es-windows-2022
2525
os: windows
2626

27+
settings:
28+
# PR's from forks do not have sufficient permissions to set tags.
29+
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
30+
2731
stages:
2832
- stage: WindowsUnitTests
2933
dependsOn: []

0 commit comments

Comments
 (0)