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 20
20
path : |
21
21
~/.nuget/packages
22
22
~/AppData/Local/NuGet/v3-cache
23
- key : ${{ runner.os }}-v1 -nuget-${{ hashFiles('**/*.csproj') }}
23
+ key : ${{ runner.os }}-v2 -nuget-${{ hashFiles('**/*.csproj') }}
24
24
restore-keys : |
25
- ${{ runner.os }}-v1 -nuget-
25
+ ${{ runner.os }}-v2 -nuget-
26
26
- name : Build (Debug)
27
27
run : dotnet build ${{ github.workspace }}\Build.csproj
28
28
- name : Verify
@@ -142,9 +142,9 @@ jobs:
142
142
path : |
143
143
~/.nuget/packages
144
144
~/.local/share/NuGet/v3-cache
145
- key : ${{ runner.os }}-v1 -nuget-${{ hashFiles('**/*.csproj') }}
145
+ key : ${{ runner.os }}-v2 -nuget-${{ hashFiles('**/*.csproj') }}
146
146
restore-keys : |
147
- ${{ runner.os }}-v1 -nuget-
147
+ ${{ runner.os }}-v2 -nuget-
148
148
- name : Build (Debug)
149
149
run : dotnet build ${{ github.workspace }}/Build.csproj
150
150
- name : Verify
You can’t perform that action at this time.
0 commit comments