There was an error while loading. Please reload this page.
1 parent 6f67a3b commit dfe3dcdCopy full SHA for dfe3dcd
azure-pipelines.yml
@@ -37,7 +37,7 @@ stages:
37
arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
38
- stage: Publish
39
displayName: "Publish nuget"
40
- condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master))
+ condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
41
jobs:
42
- job: PublishJob
43
displayName: "Publish nuget job"
0 commit comments