Skip to content

Commit

Permalink
Push master to CI feed
Browse files Browse the repository at this point in the history
  • Loading branch information
jooni91 committed Feb 15, 2020
1 parent 67983af commit 1a5744e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
}
else
{
Write-Host "##vso[task.setvariable variable=version;isOutput=true]$(major).$(minor).$(patch)-alpha$(Build.BuildId)"
Write-Host "##vso[task.setvariable variable=version;isOutput=true]$(major).$(minor).$(patch)-ci$(Build.BuildId)"
}
displayName: Set Package Version
name: package
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
dependsOn:
- BuildPack
- Test
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/dev'), eq(variables['Build.SourceBranch'], 'refs/heads/master')))
environment: Development
strategy:
runOnce:
Expand Down

0 comments on commit 1a5744e

Please sign in to comment.