fixup! Separate Build Changes
This commit is contained in:
Родитель
15874c618e
Коммит
430c7b2357
|
@ -26,7 +26,7 @@ stages:
|
|||
name: "EnvironmentalVariables"
|
||||
displayName: "Set environmental variables"
|
||||
|
||||
- template: templates/unit-tests.stages.yaml
|
||||
- template: templates/run-unit-tests.stages.yaml
|
||||
|
||||
#- ${{ if not(contains(variables['Build.SourceBranch'], 'refs/pull')) }}:
|
||||
- stage: binaries
|
||||
|
|
|
@ -35,15 +35,15 @@ stages:
|
|||
displayName: Test ACN Windows
|
||||
dependsOn:
|
||||
- setup
|
||||
pool:
|
||||
name: "$(BUILD_POOL_NAME_DEFAULT_WINDOWS)"
|
||||
os: windows
|
||||
image: acn-runner-vmss-image-windows-1es-v2.0
|
||||
jobs:
|
||||
- job: test
|
||||
displayName: Run Tests
|
||||
variables:
|
||||
STORAGE_ID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.StorageID'] ]
|
||||
pool:
|
||||
name: "$(BUILD_POOL_NAME_DEFAULT_WINDOWS)"
|
||||
os: windows
|
||||
image: acn-runner-vmss-image-windows-1es-v2.0
|
||||
steps:
|
||||
- task: GoTool@0
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче