Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey M committed Jan 21, 2020
1 parent e26a8e8 commit 3d246ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ variables:
solution: 'DPackRx.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
VsixVersion: ''

name: 'DPack_$(Date:MMddyyyy)_$(Build.BuildID)_$(VsixVersion)'
steps:
- task: NuGetToolInstaller@1

Expand All @@ -31,7 +33,7 @@ steps:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
msbuildArgs: '-verbosity:minimal /p:DeployExtension=false'
msbuildArgs: '-verbosity:minimal -p:DeployExtension=false -p:AzureVsixVersion=true'

- task: VSTest@2
inputs:
Expand Down

0 comments on commit 3d246ab

Please sign in to comment.