Skip to content

Commit

Permalink
Updating to newest Nuget Version (#148)
Browse files Browse the repository at this point in the history
* Updating to newest Nuget Version

* whitespace cleanup
  • Loading branch information
peterfreiling authored Dec 1, 2020
1 parent ad8ca95 commit c008b3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variables:
solution: 'Sources/Trill.sln'

jobs:
- job: 'CSharp_Windows'
- job: 'CSharp_Windows'
pool:
vmImage: windows-latest
displayName: 'C# (Windows)'
Expand All @@ -22,9 +22,11 @@ jobs:
x64-Release:
buildPlatform: 'x64'
buildConfiguration: 'Release'

steps:
- task: NuGetToolInstaller@0
inputs:
versionSpec: '5.8.0'

- task: NuGetCommand@2
inputs:
Expand Down

0 comments on commit c008b3d

Please sign in to comment.