Skip to content

Commit 7d3f367

Browse files
Merge pull request #535 from microsoft/fixpipeline
fix: Post deployment to continue on error
2 parents d09f231 + edf6831 commit 7d3f367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ jobs:
350350
351351
- name: Run Post Deployment Script
352352
shell: pwsh
353+
continue-on-error: true
353354
run: |
354355
Write-Host "Running post deployment script to upload files..."
355356
cd Deployment

0 commit comments

Comments
 (0)