diff --git a/.gitignore b/.gitignore index e1620feb2..65361d442 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ examples/CoreWeb/assets/lib templates/**/wwwroot/uploads templates/**/*.db +coverage # NPM lock files *-lock.json diff --git a/test/Piranha.Manager.Tests/Piranha.Manager.Tests.csproj b/test/Piranha.Manager.Tests/Piranha.Manager.Tests.csproj index 5b457a3af..0f83f6882 100644 --- a/test/Piranha.Manager.Tests/Piranha.Manager.Tests.csproj +++ b/test/Piranha.Manager.Tests/Piranha.Manager.Tests.csproj @@ -7,9 +7,20 @@ - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/test/Piranha.Tests/Piranha.Tests.csproj b/test/Piranha.Tests/Piranha.Tests.csproj index 3ff6e1ab0..f507a4509 100644 --- a/test/Piranha.Tests/Piranha.Tests.csproj +++ b/test/Piranha.Tests/Piranha.Tests.csproj @@ -6,13 +6,20 @@ - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - runtime; build; native; contentfiles; analyzers - - -