Skip to content

Commit

Permalink
Fixed yaml buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Apr 27, 2019
1 parent 125ee49 commit 77de19d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
Config_Release:
BuildConfiguration: Release
BuildOutputDirectory: Zip
BuildOutputDirectory: VSIX
Config_Marketplace:
BuildConfiguration: Marketplace
BuildOutputDirectory: Marketplace
Expand All @@ -37,8 +37,7 @@ jobs:
displayName: Install NBGV tool
continueOnError: true

- powershell: |
mkdir $(Build.ArtifactStagingDirectory)\$(BuildOutputDirectory)
- powershell: | mkdir $(Build.ArtifactStagingDirectory)\$(BuildOutputDirectory)
- script: nbgv cloud -a
displayName: Set Version
Expand Down

0 comments on commit 77de19d

Please sign in to comment.