Skip to content

Commit

Permalink
maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Nov 12, 2021
1 parent d3fd550 commit 820fb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azure-templates-bootstrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameters:
installLlvm: true # whether or not to install the LLVM compiler
installEmsdk: false # whether or not to install the Emscripten SDK
artifactName: '' # the name of the artifact to merge this run into
tools: '' # any additional .net global tools
tools: [] # any additional .net global tools

jobs:
- ${{ if and(gt(parameters.buildExternals, 0), startsWith(parameters.name, 'native_')) }}:
Expand Down

0 comments on commit 820fb5e

Please sign in to comment.