Skip to content

Commit 5e6b857

Browse files
hallvictoriaVictoria Hall
andauthored
build: library release fixes (#274)
* library release fixes * Remove CodeQL * Remove old reference --------- Co-authored-by: Victoria Hall <[email protected]>
1 parent 1ff7844 commit 5e6b857

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

eng/ci/library-release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pr: none
2+
13
resources:
24
repositories:
35
- repository: 1es
@@ -9,16 +11,9 @@ extends:
911
template: v1/1ES.Official.PipelineTemplate.yml@1es
1012
parameters:
1113
pool:
12-
name: 1es-pool-azfunc-public
14+
name: 1es-pool-azfunc
1315
image: 1es-windows-2022
1416
os: windows
15-
sdl:
16-
codeql:
17-
compiled:
18-
enabled: true # still only runs for default branch
19-
runSourceLanguagesInSourceAnalysis: true
20-
settings:
21-
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
2217

2318
stages:
2419
- stage: Release

0 commit comments

Comments
 (0)