Skip to content

Commit

Permalink
Attempt to fix pipeline variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
coloursofnoise committed Sep 28, 2021
1 parent cfdc2b7 commit cf7f243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ steps:

# Create and "publish" mono-cil-strip binary artifacts
- task: PublishBuildArtifacts@1
condition: eq(variables['PostBuild.lib_stripped'], 'True')
condition: eq(variables['lib_stripped'], 'True')
displayName: 'Publish lib-stripped artifact'
continueOnError: true
inputs:
Expand Down

0 comments on commit cf7f243

Please sign in to comment.