Skip to content

Commit 578d349

Browse files
Fix.
1 parent 1ab9108 commit 578d349

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
- script: npm pack
1717
displayName: 'npm pack'
18-
condition: and(succeeded()
18+
condition: and(succeeded())
1919
#condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
2020

2121
- task: CopyFiles@2

0 commit comments

Comments
 (0)