From 804cf112760bb285bd3aee549a6407fdad6a28a2 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Thu, 20 Jun 2024 14:55:44 -0600 Subject: [PATCH] Fix public pipeline --- eng/ci/public.yml | 4 ++-- eng/ci/templates/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/ci/public.yml b/eng/ci/public.yml index 726f8db0..e26de4ad 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: @@ -16,7 +16,7 @@ resources: repositories: - repository: 1es type: git - name: 1ESPipelineTemplates/1ESPipelineTemplates + name: 1ESPipelineTemplates/1ESPipelineTemplates@1es ref: refs/tags/release extends: 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