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 92c9d75 commit 49fb74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:

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

0 comments on commit 49fb74a

Please sign in to comment.