diff --git a/eng/ci/library-release.yml b/eng/ci/library-release.yml index a86ef987..278f85af 100644 --- a/eng/ci/library-release.yml +++ b/eng/ci/library-release.yml @@ -1,3 +1,5 @@ +pr: none + resources: repositories: - repository: 1es @@ -9,16 +11,9 @@ extends: template: v1/1ES.Official.PipelineTemplate.yml@1es parameters: pool: - name: 1es-pool-azfunc-public + name: 1es-pool-azfunc image: 1es-windows-2022 os: windows - sdl: - codeql: - compiled: - enabled: true # still only runs for default branch - runSourceLanguagesInSourceAnalysis: true - settings: - skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }} stages: - stage: Release