@@ -147,7 +147,7 @@ jobs:
147
147
148
148
id : cache-binaries
149
149
with :
150
- key : ${{ runner.os }}-binaries-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('Intersect*/**/*.cs*') }}
150
+ key : ${{ runner.os }}-binaries-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('/*.props', ' Intersect*/**/*.cs*', 'Framework /**/*.cs*') }}
151
151
path : |
152
152
Intersect*/bin/Release/**/*
153
153
@@ -162,7 +162,7 @@ jobs:
162
162
id : cache-nuget
163
163
if : steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true
164
164
with :
165
- key : ${{ runner.os }}-nuget-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('Intersect*/*.csproj') }}
165
+ key : ${{ runner.os }}-nuget-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('/*.props', ' Intersect*/*.csproj', 'Framework/ */*.csproj') }}
166
166
path : |
167
167
~/.nuget/packages
168
168
Intersect*/obj/
@@ -215,7 +215,7 @@ jobs:
215
215
216
216
id : cache-binaries
217
217
with :
218
- key : ${{ runner.os }}-binaries-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('Intersect*/**/*.cs*') }}
218
+ key : ${{ runner.os }}-binaries-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('/*.props', ' Intersect*/**/*.cs*', 'Framework /**/*.cs*') }}
219
219
path : |
220
220
Intersect*/bin/Release/**/*
221
221
@@ -230,7 +230,7 @@ jobs:
230
230
id : cache-nuget
231
231
if : steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true
232
232
with :
233
- key : ${{ runner.os }}-nuget-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('Intersect*/*.csproj') }}
233
+ key : ${{ runner.os }}-nuget-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('/*.props', ' Intersect*/*.csproj', 'Framework/ */*.csproj') }}
234
234
path : |
235
235
~/.nuget/packages
236
236
Intersect*/obj/
@@ -283,7 +283,7 @@ jobs:
283
283
284
284
id : cache-binaries
285
285
with :
286
- key : ${{ runner.os }}-binaries-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('Intersect*/**/*.cs*') }}
286
+ key : ${{ runner.os }}-binaries-${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}-${{ hashFiles('/*.props', ' Intersect*/**/*.cs*', 'Framework /**/*.cs*') }}
287
287
path : |
288
288
Intersect*/bin/Release/**/*
289
289
0 commit comments