forked from hazzik/DelegateDecompiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.cmd
14 lines (13 loc) · 1.08 KB
/
test.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 netcoreapp3.1 src\DelegateDecompiler.Tests && ^
dotnet test --no-build -c Release -f netcoreapp3.1 src\DelegateDecompiler.Tests.VB && ^
dotnet test --no-build -c Release -f netcoreapp3.1 src\DelegateDecompiler.EntityFramework.Tests && ^
dotnet test --no-build -c Release -f netcoreapp3.1 src\DelegateDecompiler.EntityFrameworkCore.Tests && ^
dotnet test --no-build -c Release -f netcoreapp3.1 src\DelegateDecompiler.EntityFrameworkCore3.Tests && ^
dotnet test --no-build -c Release -f net5.0 src\DelegateDecompiler.EntityFrameworkCore5.Tests