Skip to content

Commit

Permalink
Update azure-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-sampson committed Aug 15, 2019
1 parent aa32de8 commit 39aa4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pool:
vmImage: vs2017-win2016
vmImage: windows-2019

variables:
buildConfiguration: Release
Expand All @@ -12,7 +12,7 @@ steps:
- task: UseDotNet@2
displayName: 'Install .NET Core 3'
inputs:
version: '2.2.401'
version: '3.0.100-preview8-013656'
packageType: sdk
includePreviewVersions: true

Expand Down

0 comments on commit 39aa4a5

Please sign in to comment.