Skip to content

Commit

Permalink
fix )
Browse files Browse the repository at this point in the history
  • Loading branch information
dilin-MS2 committed Jan 8, 2020
1 parent f51feb3 commit c152ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ steps:
- script: sudo npm install -g vsce
displayName: 'install vsce in Linux or MacOS'
condition: and(succeeded(), eq(variables['deploy_to_marketplace'], 'true'), ne(variables['Agent.OS'], 'Windows_NT')))
condition: and(succeeded(), eq(variables['deploy_to_marketplace'], 'true'), ne(variables['Agent.OS'], 'Windows_NT'))

- script: npm install -g vsce
displayName: 'install vsce in Windows'
condition: and(succeeded(), eq(variables['deploy_to_marketplace'], 'true'), eq(variables['Agent.OS'], 'Windows_NT')))
condition: and(succeeded(), eq(variables['deploy_to_marketplace'], 'true'), eq(variables['Agent.OS'], 'Windows_NT'))

- script: node scripts/updateConfig.js
displayName: 'Update configuration'
Expand Down

0 comments on commit c152ea5

Please sign in to comment.