Skip to content

Commit 913ac85

Browse files
committed
Don't break the build on package push collisions
1 parent bd32874 commit 913ac85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ stages:
202202
workingDirectory: $(Agent.TempDirectory)
203203
displayName: npm publish to PublicCI feed
204204
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/andrewarnott/'), ne(variables['Build.Reason'], 'PullRequest'))
205+
continueOnError: true
205206
206207
- stage: Test
207208
displayName: Functional testing

0 commit comments

Comments
 (0)