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
jooni91 committed Feb 15, 2020
1 parent b4a2265 commit 15ba4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:

- powershell: |
if($(Build.SourceBranch) -eq 'refs/heads/master')
if('$(Build.SourceBranch)' -eq 'refs/heads/master')
{
Write-Host "##vso[task.setvariable variable=version;isOutput=true]$(major).$(minor).$(patch)"
}
Expand Down

0 comments on commit 15ba4fc

Please sign in to comment.