Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh0stWalk3r committed May 5, 2022
1 parent 19a2549 commit b95d51a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pr:
- release/*

pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'

variables:
Solution: '**/*.sln'
Expand All @@ -25,12 +25,14 @@ variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'

steps:
- task: DotNetCoreInstaller@0
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
version: '2.2.401'
packageType: 'sdk'
version: '3.x'

- script: |
dotnet tool install -g GitVersion.Tool --version 5.0.2-beta1.37
dotnet tool install -g GitVersion.Tool --version 5.10.1
displayName: 'Install global tools'

- script: dotnet-gitversion /output buildserver
Expand Down

0 comments on commit b95d51a

Please sign in to comment.