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 82c7de1 commit 497ce66Copy full SHA for 497ce66
azure-pipelines/public-build.yml
@@ -24,6 +24,10 @@ extends:
24
image: 1es-windows-2022
25
os: windows
26
27
+ settings:
28
+ # PR's from forks do not have sufficient permissions to set tags.
29
+ skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
30
+
31
stages:
32
- stage: WindowsUnitTests
33
dependsOn: []
0 commit comments