Skip to content

Commit 108c371

Browse files
committed
Updating .yml file to run on vs2019 with MSBuild 16
1 parent 08ad52e commit 108c371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trigger:
88
- dev
99

1010
pool:
11-
vmImage: 'vs2017-win2016' #'due to windows SDK dependency for building UWP project'
11+
vmImage: 'windows-2019' #'due to windows SDK dependency for building UWP project'
1212

1313
variables:
1414
solution: '**/*.sln'
@@ -22,7 +22,7 @@ steps:
2222
packageType: sdk
2323
version: 3.1.100
2424
installationPath: $(Agent.ToolsDirectory)/dotnet
25-
25+
2626
- task: NuGetToolInstaller@1
2727

2828
- task: NuGetCommand@2

0 commit comments

Comments
 (0)