Skip to content

Commit

Permalink
parameters?
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Apr 2, 2019
1 parent a35faa2 commit 9067a54
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(variables['publish_artifacts'], true)) }}:
- ${{ if and(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(parameters.publish_artifacts, true)) }}:
- script: npm run prebuild
displayName: Prebuild

Expand Down

0 comments on commit 9067a54

Please sign in to comment.