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 db516d7 commit 2533e63
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'
Beta: true
buildType: '.BETA'

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

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

- task: VSTest@2
inputs:
Expand Down

0 comments on commit 2533e63

Please sign in to comment.