Manually reference MycroForge.Core in MycroForge.PluginTemplate
All checks were successful
Test and build / test (push) Successful in 2m46s

This commit is contained in:
2024-10-06 11:33:36 +02:00
parent e95bd759c3
commit bc1f0fb943
2 changed files with 11 additions and 9 deletions

View File

@@ -14,6 +14,8 @@ jobs:
# run: dotnet restore
# - name: "Run dotnet build"
# run: dotnet build --no-restore
- name: "Test the image"
- name: "Reference MycroForge.Core in MycroForge.PluginTemplate"
run: dotnet add MycroForge.PluginTemplate reference MycroForge.Core
- name: "Run MycroForge.CLI.Tests"
# run: dotnet test --no-build --verbosity normal
run: dotnet test