mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Updates .yml file to support .net core
This commit is contained in:
parent
3fd1021b55
commit
08ad52e37a
1 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,13 @@ variables:
|
|||
buildConfiguration: 'Release'
|
||||
|
||||
steps:
|
||||
- task: UseDotNet@2
|
||||
displayName: 'Install .NET Core sdk'
|
||||
inputs:
|
||||
packageType: sdk
|
||||
version: 3.1.100
|
||||
installationPath: $(Agent.ToolsDirectory)/dotnet
|
||||
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue