Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
adding condition on artifact publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jun 28, 2019
1 parent 1d1572c commit 1efd22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
displayName: 'Publish Pipeline Artifact'
inputs:
targetPath: release.vsix
condition: and(success(), eq(variables['node_version'], '12.x'))

- job: Windows
pool:
Expand Down

0 comments on commit 1efd22d

Please # to comment.