Skip to content

Commit fd8e634

Browse files
committed
update Azure
1 parent 010335d commit fd8e634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
jobs:
22
- job: Windows
33
pool:
4-
vmImage: 'vs2015-win2012r2'
4+
vmImage: vs2017-win2016
55
steps:
66
- bash: |
77
curl -OsSL https://testspace-client.s3.amazonaws.com/testspace-windows.zip
@@ -12,7 +12,7 @@ jobs:
1212
- task: VSBuild@1
1313
inputs:
1414
solution: 'money\cs-money.sln'
15-
vsVersion: '10.0' # Optional. Options: latest, 15.0, 14.0, 12.0, 11.0
15+
vsVersion: '14.0' # Optional. Options: latest, 15.0, 14.0, 12.0, 11.0
1616
configuration: Debug
1717
restoreNugetPackages: true
1818
msbuildArgs: '/p:runCodeAnalysis=true /p:codeanalysislogfile=..\analysis.xml'

0 commit comments

Comments
 (0)