Skip to content

Commit 13a3419

Browse files
committed
.github/workflows/Generate-TestWorkflows.ps1: Set the NUGET_PACKAGES directory, since we use it for cache stability and the agent doesn't set it
1 parent b5a229c commit 13a3419

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Generate-TestWorkflows.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ jobs:
258258
- os: macos-latest
259259
framework: net472
260260
env:
261-
project_path: '$projectRelativePath'
262261
DOTNET_CLI_TELEMETRY_OPTOUT: 1
263-
DOTNET_NOLOGO: 1"
264-
262+
DOTNET_NOLOGO: 1
263+
NUGET_PACKAGES: `${{ github.workspace }}/.nuget/packages
264+
project_path: '$projectRelativePath'"
265265
if ($isCLI) {
266266
$fileText += "
267267
project_under_test_path: '$luceneCliProjectPath'

0 commit comments

Comments
 (0)