File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
1717 with :
1818 path : tools
19- key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
19+ key : tools-${{ runner.os }}-${{ hashFiles('./build/**', './.gitversion.yml' ) }}
2020
2121 - name : Cache NuGet packages
2222 uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
Original file line number Diff line number Diff line change 4242 uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4343 with :
4444 path : tools
45- key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
45+ key : tools-${{ runner.os }}-${{ hashFiles('./build/**', './.gitversion.yml' ) }}
4646
4747 - name : Cache NuGet packages
4848 uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
Original file line number Diff line number Diff line change 6464 uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6565 with :
6666 path : tools
67- key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
67+ key : tools-${{ runner.os }}-${{ hashFiles('./build/**', './.gitversion.yml' ) }}
6868
6969 - name : Setup .NET SDK
7070 uses : actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
You can’t perform that action at this time.
0 commit comments