Skip to content

Commit a107d8c

Browse files
committed
[Actions] Updated .github/actions/npm/action.yml
1 parent f763e33 commit a107d8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/npm/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ runs:
112112
DOTNET_TC_CallCountingDelayMs: "0"
113113
DOTNET_TieredPGO: "1"
114114
MSBUILDTERMINALLOGGER: "auto"
115+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
115116
116117
- if: |
117118
inputs.NPM_SIGNING == 'true' &&
@@ -158,3 +159,4 @@ runs:
158159
DOTNET_TC_CallCountingDelayMs: "0"
159160
DOTNET_TieredPGO: "1"
160161
MSBUILDTERMINALLOGGER: "auto"
162+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages

0 commit comments

Comments
 (0)