Fix public pipeline (#1069)
This commit is contained in:
Родитель
f0a96f59ab
Коммит
a9403f1e98
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче