From e86bb267c4f1025541576e30ad0a58ecf9ec0707 Mon Sep 17 00:00:00 2001 From: MrDave1999 Date: Tue, 19 Mar 2024 19:23:39 -0500 Subject: [PATCH] chore: Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index c099da5..8eb284a 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -30,4 +30,5 @@ jobs: dotnet build ./samples/Plugins/PersonPlugin/Example.PersonPlugin.csproj -c Release dotnet build ./samples/Plugins/JsonPlugin/Example.JsonPlugin.csproj -c Release dotnet build ./samples/Plugins/OldJsonPlugin/Example.OldJsonPlugin.csproj -c Release + dotnet build ./samples/Plugins/DependencyInjectionPlugin/Example.DependencyInjectionPlugin.csproj -c Release dotnet test ./samples/Test/Example.Test.csproj -c Release \ No newline at end of file