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 b55dc15 commit a965d89Copy full SHA for a965d89
1 file changed
.github/workflows/dotnet.yml
@@ -10,7 +10,7 @@ env:
10
DOTNET_CLI_TELEMETRY_OPTOUT: true
11
DOTNET_NOLOGO: true
12
NUGET_XMLDOC_MODE: skip
13
- NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
+ NUGET_PACKAGES: ${{ runner.temp }}/.nuget/packages
14
15
jobs:
16
lint:
0 commit comments