Skip to content

Commit

Permalink
Merge pull request #200 from np-at/master
Browse files Browse the repository at this point in the history
bump sdk version to 3.1.200 and switch to UseDotNet@2 task
  • Loading branch information
enkodellc authored Mar 17, 2020
2 parents 430abb1 + b3d9730 commit df946c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4

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

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

steps:
- task: DotNetCoreInstaller@0
- task: UseDotNet@2
displayName: 'Install SDK'
inputs:
version: '3.1.100-preview3-014645'

- task: NuGetToolInstaller@0
packageType: sdk
version: '3.1.x'
includePreviewVersions: true

- script: dotnet build ./src/BlazorBoilerplate.sln --configuration $(buildConfiguration)
displayName: 'dotnet build blazorboilerplate'
Expand Down

0 comments on commit df946c0

Please sign in to comment.