Skip to content

Commit

Permalink
Update build.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinion committed Mar 16, 2022
1 parent 2426875 commit 27f8fa6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ variables:
buildConfiguration: 'Release'

steps:

- task: UseDotNet@2
displayName: 'Install .NET Core'
inputs:
packageType: 'sdk'
version: '6.x'
includePreviewVersions: true
performMultiLevelLookup: true

- task: GitVersion@5
inputs:
runtime: 'core'
Expand All @@ -25,13 +34,7 @@ steps:
Action: '##vso[build.updatebuildnumber]'
BuildVersion: $(GitVersion.NuGetVersionV2)

- task: UseDotNet@2
displayName: 'Install .NET Core'
inputs:
packageType: 'sdk'
version: '6.x'
includePreviewVersions: true
performMultiLevelLookup: true


- task: NuGetToolInstaller@1
inputs:
Expand Down

0 comments on commit 27f8fa6

Please sign in to comment.