Skip to content

Commit

Permalink
Fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ktos committed Nov 10, 2020
1 parent 2f5665a commit a4c2779
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ variables:
buildConfiguration: 'Release'

steps:
- task: GitVersion@5
inputs:
runtime: 'core'

- task: UseDotNet@2
inputs:
version: '5.x'
includePreviewVersions: true

- task: GitVersion@5
inputs:
runtime: 'core'

- task: DotNetCoreCLI@2
displayName: Restore
Expand Down

0 comments on commit a4c2779

Please sign in to comment.