Skip to content

Commit cdc2c1e

Browse files
authored
Add save-always
1 parent d14aca8 commit cdc2c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-samples-and-snippets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
2727
restore-keys: |
2828
${{ runner.os }}-nuget-
29+
save-always: true
2930
- name: Build affected samples and snippets
3031
run: pwsh.exe -NoLogo -NonInteractive -File .\tools\build-samples-and-snippets.ps1
3132
- name: Notify Slack on failure

0 commit comments

Comments
 (0)