diff --git a/eng/ci/public.yml b/eng/ci/public.yml index 726f8db0..0501c6a5 100644 --- a/eng/ci/public.yml +++ b/eng/ci/public.yml @@ -6,7 +6,7 @@ trigger: - v4.x/* - v3.x/* -# Only run the tests on PR to official branches - do we want to run them on all PRs? +# Run this pipeline on all PRs pr: branches: include: @@ -20,7 +20,7 @@ resources: ref: refs/tags/release extends: - template: v1/1ES.Unofficial.PipelineTemplate.yml + template: v1/1ES.Unofficial.PipelineTemplate.yml@1es parameters: pool: name: 1es-pool-azfunc-public diff --git a/eng/ci/templates/test.yml b/eng/ci/templates/test.yml index 07a36ebf..7e4d9e09 100644 --- a/eng/ci/templates/test.yml +++ b/eng/ci/templates/test.yml @@ -10,7 +10,7 @@ jobs: - pwsh: | $ErrorActionPreference = "Stop" - ./build.ps1 -Clean -Configuration Release -BuildNumber "$(buildNumber)" + ./build.ps1 -Clean -Configuration Release displayName: "Build worker code" - pwsh: ./build.ps1 -NoBuild -Test