Skip to content

Commit 34329ea

Browse files
committed
Add EFCoreSecondLevelCacheInterceptor.HybridCache to build.yml
1 parent bfe51d2 commit 34329ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Build EFCoreSecondLevelCacheInterceptor.StackExchange.Redis lib
3535
run: dotnet build ./src/EFCoreSecondLevelCacheInterceptor.StackExchange.Redis/EFCoreSecondLevelCacheInterceptor.StackExchange.Redis.csproj --configuration Release
3636

37+
- name: Build EFCoreSecondLevelCacheInterceptor.HybridCache lib
38+
run: dotnet build ./src/EFCoreSecondLevelCacheInterceptor.HybridCache/EFCoreSecondLevelCacheInterceptor.HybridCache.csproj --configuration Release
39+
3740
- name: Push Package to NuGet.org
3841
if: github.event_name == 'push'
3942
run: dotnet nuget push **\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)