Skip to content

Commit

Permalink
Update azure pipelines config
Browse files Browse the repository at this point in the history
  • Loading branch information
Goz3rr committed Mar 23, 2021
1 parent 9199d95 commit 4ec4511
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,15 @@ trigger:
- master

pool:
vmImage: 'VS2017-Win2016'
vmImage: 'windows-latest'

variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'

steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '2.2.104'

- task: NuGetToolInstaller@0
inputs:
versionSpec: '4.4.1'
- task: NuGetToolInstaller@1

- task: NuGetCommand@2
inputs:
Expand Down

0 comments on commit 4ec4511

Please sign in to comment.