We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14aca8 commit cdc2c1eCopy full SHA for cdc2c1e
.github/workflows/build-samples-and-snippets.yml
@@ -26,6 +26,7 @@ jobs:
26
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
27
restore-keys: |
28
${{ runner.os }}-nuget-
29
+ save-always: true
30
- name: Build affected samples and snippets
31
run: pwsh.exe -NoLogo -NonInteractive -File .\tools\build-samples-and-snippets.ps1
32
- name: Notify Slack on failure
0 commit comments