Skip to content

Commit

Permalink
try as string
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Apr 2, 2019
1 parent 9067a54 commit bdebe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- script: npm test
displayName: Run tests

- ${{ if and(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(parameters.publish_artifacts, true)) }}:
- ${{ if and(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['publish_artifacts'], 'true')) }}:
- script: npm run prebuild
displayName: Prebuild

Expand Down

0 comments on commit bdebe6f

Please sign in to comment.