Skip to content

Commit f87c902

Browse files
authored
ContinueOnError in windows local development job (#59037)
1 parent e130357 commit f87c902

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@ stages:
666666
-NoBuildDeps
667667
-configuration Release
668668
displayName: Run project template tests
669+
# Continue on error until https://github.com/dotnet/aspnetcore/issues/58957 is resolved
670+
continueOnError: true
669671

670672
artifacts:
671673
- name: Local_Windows_x64_Logs_Attempt_$(System.JobAttempt)

0 commit comments

Comments
 (0)