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 a00580f commit db516d7
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 @@ -16,9 +16,9 @@ variables:
solution: 'DPackRx.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
VsixVersion: ''
Beta: true

name: 'DPack_$(Date:MMddyyyy)_$(Build.BuildID)_$(VsixVersion)'
name: "DPack.$(Date:MMddyyyy).$(Build.BuildID)${{ if eq(variables['Beta'], true) : '.BETA' }}"
steps:
- task: NuGetToolInstaller@1

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

- task: VSTest@2
inputs:
Expand Down

0 comments on commit db516d7

Please sign in to comment.