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 2e86785 commit e26a8e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pool:
variables:
solution: 'DPackRx.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Debug'
buildConfiguration: 'Release'

steps:
- task: NuGetToolInstaller@1
Expand All @@ -30,8 +30,8 @@ steps:
vsVersion: '16.0'
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(Configuration)'
msbuildArgs: '-verbosity:minimal /p:DeployExtension=false /p:AzureVsixVersion=true'
configuration: '$(buildConfiguration)'
msbuildArgs: '-verbosity:minimal /p:DeployExtension=false'

- task: VSTest@2
inputs:
Expand Down

0 comments on commit e26a8e8

Please sign in to comment.