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 23d9631 commit e742ee5Copy full SHA for e742ee5
.github/actions/build-check/action.yml
@@ -27,6 +27,7 @@ runs:
27
DOTNET_TC_CallCountingDelayMs: "0"
28
DOTNET_TieredPGO: "1"
29
MSBUILDTERMINALLOGGER: "auto"
30
+ NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
31
32
- name: "Dotnet: Run build check (Release)"
33
if: env.Release == 'true'
@@ -45,3 +46,4 @@ runs:
45
46
47
48
49
0 commit comments