-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
test.cmd
13 lines (12 loc) · 965 Bytes
/
test.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
nunit3-console ^
src\DelegateDecompiler.Tests\bin\Release\net40\DelegateDecompiler.Tests.dll ^
src\DelegateDecompiler.Tests.VB\bin\Release\net40\DelegateDecompiler.Tests.VB.dll ^
src\DelegateDecompiler.Tests\bin\Release\net45\DelegateDecompiler.Tests.dll ^
src\DelegateDecompiler.Tests.VB\bin\Release\net45\DelegateDecompiler.Tests.VB.dll ^
src\DelegateDecompiler.EntityFramework.Tests\bin\Release\net45\DelegateDecompiler.EntityFramework.Tests.dll ^
--result=DelegateDecompiler.testsresults.xml;format=AppVeyor && ^
dotnet test --no-build -c Release -f net8.0 src\DelegateDecompiler.Tests && ^
dotnet test --no-build -c Release -f net8.0 src\DelegateDecompiler.Tests.VB && ^
dotnet test --no-build -c Release -f net8.0 src\DelegateDecompiler.EntityFramework.Tests && ^
dotnet test --no-build -c Release -f net8.0 src\DelegateDecompiler.EntityFrameworkCore6.Tests
dotnet test --no-build -c Release -f net8.0 src\DelegateDecompiler.EntityFrameworkCore8.Tests