Skip to content

Commit f763e33

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/dotnet/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ runs:
9898
DOTNET_TC_CallCountingDelayMs: "0"
9999
DOTNET_TieredPGO: "1"
100100
MSBUILDTERMINALLOGGER: "auto"
101+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
101102

102103
- name: "Dotnet: Build (Non-Release)"
103104
working-directory: ${{github.workspace}}/src
@@ -116,6 +117,7 @@ runs:
116117
DOTNET_TC_CallCountingDelayMs: "0"
117118
DOTNET_TieredPGO: "1"
118119
MSBUILDTERMINALLOGGER: "auto"
120+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
119121

120122
## RUN TESTS
121123
- name: "Dotnet: Test"
@@ -135,6 +137,7 @@ runs:
135137
DOTNET_TC_CallCountingDelayMs: "0"
136138
DOTNET_TieredPGO: "1"
137139
MSBUILDTERMINALLOGGER: "auto"
140+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
138141

139142
# ############################################################################################################
140143
# # DATABASE BUILD
@@ -181,6 +184,7 @@ runs:
181184
DOTNET_TC_CallCountingDelayMs: "0"
182185
DOTNET_TieredPGO: "1"
183186
MSBUILDTERMINALLOGGER: "auto"
187+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
184188

185189
- name: "Dotnet: Copy packed to dist"
186190
if: inputs.NUGET_PACK == 'true'
@@ -210,6 +214,7 @@ runs:
210214
DOTNET_TC_CallCountingDelayMs: "0"
211215
DOTNET_TieredPGO: "1"
212216
MSBUILDTERMINALLOGGER: "auto"
217+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
213218

214219
- name: "Dotnet: Publish Packages to Nuget (With separate symbol feed)"
215220
if: |-
@@ -231,6 +236,7 @@ runs:
231236
DOTNET_TC_CallCountingDelayMs: "0"
232237
DOTNET_TieredPGO: "1"
233238
MSBUILDTERMINALLOGGER: "auto"
239+
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
234240

235241
- name: "Dotnet: Publish Packages using sleet"
236242
if: |-

0 commit comments

Comments
 (0)