diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 84382a6..c099da5 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -24,6 +24,8 @@ jobs: - name: Test run: | dotnet test ./tests/CPlugin.Net/CPlugin.Net.Tests.csproj -c Release + dotnet publish ./tests/CPlugin.Net/CPlugin.Net.Tests.csproj -c Release --no-build -o out + dotnet vstest ./out/CPlugin.Net.Tests.dll dotnet build ./samples/Plugins/AppointmentPlugin/Example.AppointmentPlugin.csproj -c Release dotnet build ./samples/Plugins/PersonPlugin/Example.PersonPlugin.csproj -c Release dotnet build ./samples/Plugins/JsonPlugin/Example.JsonPlugin.csproj -c Release diff --git a/Directory.Packages.props b/Directory.Packages.props index f28540d..84e257c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,6 +10,7 @@ + diff --git a/tests/CPlugin.Net/CPlugin.Net.Tests.csproj b/tests/CPlugin.Net/CPlugin.Net.Tests.csproj index 0204b5e..74c53f1 100644 --- a/tests/CPlugin.Net/CPlugin.Net.Tests.csproj +++ b/tests/CPlugin.Net/CPlugin.Net.Tests.csproj @@ -8,7 +8,9 @@ + +