File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 - uses : actions/cache@v3
4848 with :
4949 path : ${{ github.workspace }}/.nuget/packages
50- key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}
50+ key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}-${{ hashFiles('**/*.Build.props') }}
5151 restore-keys : |
5252 ${{ runner.os }}-nuget-
5353 - uses : actions/cache@v3
Original file line number Diff line number Diff line change 3131 - uses : actions/cache@v3
3232 with :
3333 path : ${{ github.workspace }}/.nuget/packages
34- key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}
34+ key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}-${{ hashFiles('**/*.Build.props') }}
3535 restore-keys : |
3636 ${{ runner.os }}-nuget-
3737
Original file line number Diff line number Diff line change 3030 - uses : actions/cache@v3
3131 with :
3232 path : ${{ github.workspace }}/.nuget/packages
33- key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}
33+ key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}-${{ hashFiles('**/*.Build.props') }}
3434 restore-keys : |
3535 ${{ runner.os }}-nuget-
3636
6060 - uses : actions/cache@v3
6161 with :
6262 path : ${{ github.workspace }}/.nuget/packages
63- key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}
63+ key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }}-${{ hashFiles('**/*.Build.props') }}
6464 restore-keys : |
6565 ${{ runner.os }}-nuget-
6666
You can’t perform that action at this time.
0 commit comments