Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
1359cf39c3
commit
9bda6f8e9b
|
@ -18,11 +18,11 @@ variables:
|
|||
solution: '**/*.sln'
|
||||
packagesFolder: 'Build/packages'
|
||||
|
||||
pool:
|
||||
vmImage: 'VS2017-Win2016'
|
||||
jobs:
|
||||
- job: Test
|
||||
displayName: 'Test'
|
||||
pool:
|
||||
vmImage: 'VS2017-Win2016'
|
||||
variables:
|
||||
buildConfiguration: 'Debug'
|
||||
|
||||
|
@ -30,8 +30,6 @@ jobs:
|
|||
displayName: 'Release'
|
||||
dependsOn: Test
|
||||
condition: succeeded()
|
||||
pool:
|
||||
vmImage: 'VS2017-Win2016'
|
||||
variables:
|
||||
buildConfiguration: 'Release'
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue