File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 path : |
2121 ~/.nuget/packages
2222 ~/AppData/Local/NuGet/v3-cache
23- key : ${{ runner.os }}-v1 -nuget-${{ hashFiles('**/*.csproj') }}
23+ key : ${{ runner.os }}-v2 -nuget-${{ hashFiles('**/*.csproj') }}
2424 restore-keys : |
25- ${{ runner.os }}-v1 -nuget-
25+ ${{ runner.os }}-v2 -nuget-
2626 - name : Build (Debug)
2727 run : dotnet build ${{ github.workspace }}\Build.csproj
2828 - name : Verify
@@ -142,9 +142,9 @@ jobs:
142142 path : |
143143 ~/.nuget/packages
144144 ~/.local/share/NuGet/v3-cache
145- key : ${{ runner.os }}-v1 -nuget-${{ hashFiles('**/*.csproj') }}
145+ key : ${{ runner.os }}-v2 -nuget-${{ hashFiles('**/*.csproj') }}
146146 restore-keys : |
147- ${{ runner.os }}-v1 -nuget-
147+ ${{ runner.os }}-v2 -nuget-
148148 - name : Build (Debug)
149149 run : dotnet build ${{ github.workspace }}/Build.csproj
150150 - name : Verify
You can’t perform that action at this time.
0 commit comments