mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Updating .yml file to run on vs2019 with MSBuild 16
This commit is contained in:
parent
08ad52e37a
commit
108c371b5c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ trigger:
|
|||
- dev
|
||||
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016' #'due to windows SDK dependency for building UWP project'
|
||||
vmImage: 'windows-2019' #'due to windows SDK dependency for building UWP project'
|
||||
|
||||
variables:
|
||||
solution: '**/*.sln'
|
||||
|
|
@ -22,7 +22,7 @@ steps:
|
|||
packageType: sdk
|
||||
version: 3.1.100
|
||||
installationPath: $(Agent.ToolsDirectory)/dotnet
|
||||
|
||||
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue