Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
give up with dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
yowl committed Feb 22, 2020
1 parent 5eb7833 commit 43c626a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eng/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
- script: eng\common\install-emscripten.cmd
displayName: Install/activate emscripten


# Build product, but not if Wasm as that builds and runs tests in one go
- ${{ if not(contains(parameters.testScenarios, 'Wasm')) }}:
- script: $(buildScriptName) $(buildConfig) skiptests
Expand Down Expand Up @@ -112,9 +111,6 @@ jobs:
- ${{ if contains(parameters.testScenarios, 'Wasm') }}:
- script: $(buildScriptName) wasm $(buildConfig)
displayName: Run Wasm tests
dependsOn: install-emscripten
variables:
EMSDK: $[ dependencies.install-emscripten.outputs['setvarStep.output_EMSDK'] ]

- task: PublishTestResults@2
condition: succeededOrFailed()
Expand Down

0 comments on commit 43c626a

Please sign in to comment.