Skip to content

Commit

Permalink
Update azure-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Pretasoc committed Sep 14, 2019
1 parent 44f5b49 commit 1baa856
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ variables:
Release.Publish: $[and(ne(variables['Build.Reason'], 'PullRequest'), or(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/hotfix/'), eq(variables['Build.SourceBranch'], 'refs/heads/master')))]

steps:
- task: gittools.gitversion.gitversion-task.GitVersion@5
displayName: GitVersion'
- task: GitVersion@5
inputs:
runtime: 'core'
configFilePath: 'gitversion.yml'
- task: UseDotNet@2
displayName: 'Use .Net Core sdk '
inputs:
Expand Down

0 comments on commit 1baa856

Please sign in to comment.