Skip to content

Commit eb92fcf

Browse files
authored
Ensure error during package publishing fails the build (#3784)
1 parent c9968c3 commit eb92fcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/templates/stages/mirror.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ stages:
219219
nuGetServiceConnections: ${{ variables.feedServiceConnection }}
220220
- task: NuGetCommand@2
221221
displayName: Publish packages to ${{ variables.destinationPackageFeed }}
222-
continueOnError: true
223222
inputs:
224223
command: push
225224
packagesToPush: '${{ variables.packagesDownloadLocation }}/*.nupkg'

0 commit comments

Comments
 (0)