Skip to content

Commit dfe3dcd

Browse files
fix build
1 parent 6f67a3b commit dfe3dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stages:
3737
arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
3838
- stage: Publish
3939
displayName: "Publish nuget"
40-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master))
40+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
4141
jobs:
4242
- job: PublishJob
4343
displayName: "Publish nuget job"

0 commit comments

Comments
 (0)