Skip to content

Commit

Permalink
Add missing if to azure pipelines yaml
Browse files Browse the repository at this point in the history
Work done for #196
  • Loading branch information
atruskie committed Mar 30, 2020
1 parent de523ec commit 4432180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
variables:
${{ if eq('', platform.rid) }}:
runtimeArgument: ''
${{ ne('', platform.rid) }}:
${{ if ne('', platform.rid) }}:
runtimeArgument: --runtime ${{ platform.rid }}
steps:
# - pwsh: 'Get-ChildItem Env:'
Expand Down

0 comments on commit 4432180

Please sign in to comment.