We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe51d2 commit 34329eaCopy full SHA for 34329ea
.github/workflows/build.yml
@@ -34,6 +34,9 @@ jobs:
34
- name: Build EFCoreSecondLevelCacheInterceptor.StackExchange.Redis lib
35
run: dotnet build ./src/EFCoreSecondLevelCacheInterceptor.StackExchange.Redis/EFCoreSecondLevelCacheInterceptor.StackExchange.Redis.csproj --configuration Release
36
37
+ - name: Build EFCoreSecondLevelCacheInterceptor.HybridCache lib
38
+ run: dotnet build ./src/EFCoreSecondLevelCacheInterceptor.HybridCache/EFCoreSecondLevelCacheInterceptor.HybridCache.csproj --configuration Release
39
+
40
- name: Push Package to NuGet.org
41
if: github.event_name == 'push'
42
run: dotnet nuget push **\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments