Skip to content

Commit

Permalink
Build with 3.0 sdk as that has sourcelink fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed May 3, 2019
1 parent 9d829ff commit 5f1afcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pr:
- rel/*

pool:
vmImage: vs2017-win2016
vmImage: windows-2019

variables:
BuildConfiguration: Release
Expand All @@ -16,7 +16,7 @@ variables:
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '2.2.102'
version: '3.0.100-preview5-011568'

- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 5f1afcb

Please sign in to comment.