Skip to content

Commit

Permalink
fix: Add Example prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jan 10, 2024
1 parent 55627f9 commit 1430384
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
dotnet test ./tests/YeSql.Net.Tests.csproj
dotnet test ./samples/Example.AspNetCore.Tests/Example.AspNetCore.Tests.csproj
dotnet build ./samples/PluginApp/Plugins/EmployeePlugin/PluginApp.EmployeePlugin.csproj
dotnet build ./samples/PluginApp/Plugins/UserPlugin/PluginApp.UserPlugin.csproj
dotnet build ./samples/PluginApp/Plugins/HelloPlugin/PluginApp.HelloPlugin.csproj
dotnet test ./samples/PluginApp/Test/PluginApp.Host.Tests.csproj
dotnet build ./samples/Example.PluginApp/Plugins/EmployeePlugin/PluginApp.EmployeePlugin.csproj
dotnet build ./samples/Example.PluginApp/Plugins/UserPlugin/PluginApp.UserPlugin.csproj
dotnet build ./samples/Example.PluginApp/Plugins/HelloPlugin/PluginApp.HelloPlugin.csproj
dotnet test ./samples/Example.PluginApp/Test/PluginApp.Host.Tests.csproj

0 comments on commit 1430384

Please sign in to comment.