Skip to content

Commit

Permalink
Running the Lamar.Testing lib for all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller authored Apr 19, 2020
1 parent 301f325 commit b322410
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@
Dir.mkdir RESULTS_DIR

sh "dotnet test src/LamarCompiler.Testing/LamarCompiler.Testing.csproj"
sh "dotnet test src/Lamar.Testing/Lamar.Testing.csproj --framework net461"
sh "dotnet test src/Lamar.Testing/Lamar.Testing.csproj --framework netcoreapp2.0"
sh "dotnet test src/Lamar.Testing/Lamar.Testing.csproj --framework netcoreapp2.1"
sh "dotnet test src/Lamar.Testing/Lamar.Testing.csproj --framework netcoreapp3.0"
sh "dotnet test src/Lamar.Testing/Lamar.Testing.csproj"
sh "dotnet test src/Lamar.AspNetCoreTests/Lamar.AspNetCoreTests.csproj"
sh "dotnet test src/Lamar.AspNetCoreTests.Integration/Lamar.AspNetCoreTests.Integration.csproj"
sh "dotnet test src/LamarWithAspNetCore3/LamarWithAspNetCore3.csproj"
Expand Down

0 comments on commit b322410

Please sign in to comment.