File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,4 @@ dotnet restore
3
3
dotnet test " samples/MusicStore/MusicStore.Test/project.json" -c Release -f netcoreapp1.1
4
4
dotnet test " samples/ApplicationParts/ApplicationParts.Test/project.json" -c Release -f netcoreapp1.1
5
5
dotnet test " samples/NoStartup/NoStartup.Test/project.json" -c Release -f netcoreapp1.1
6
- dotnet test " samples/Lite/Lite.Test/project.json" -c Release -f netcoreapp1.1
7
-
8
- dotnet build ./samples/MusicStore/MusicStore.Test -c Release -f net451
9
- dotnet build ./samples/ApplicationParts/ApplicationParts.Test -c Release -f net451
10
- dotnet build ./samples/NoStartup/NoStartup.Test -c Release -f net451
11
- dotnet build ./samples/Lite/Lite.Test -c Release -f net451
12
-
13
- mono \
14
- ./samples/MusicStore/MusicStore.Test/bin/Release/net451/* /dotnet-test-xunit.exe \
15
- ./samples/MusicStore/MusicStore.Test/bin/Release/net451/* /MusicStore.Test.dll
16
-
17
- mono \
18
- ./samples/ApplicationParts/ApplicationParts.Test/bin/Release/net451/* /dotnet-test-xunit.exe \
19
- ./samples/ApplicationParts/ApplicationParts.Test/bin/Release/net451/* /ApplicationParts.Test.dll
20
-
21
- mono \
22
- ./samples/NoStartup/NoStartup.Test/bin/Release/net451/* /dotnet-test-xunit.exe \
23
- ./samples/NoStartup/NoStartup.Test/bin/Release/net451/* /NoStartup.Test.dll
24
-
25
- mono \
26
- ./samples/Lite/Lite.Test/bin/Release/net451/* /dotnet-test-xunit.exe \
27
- ./samples/Lite/Lite.Test/bin/Release/net451/* /Lite.Test.dll
6
+ dotnet test " samples/Lite/Lite.Test/project.json" -c Release -f netcoreapp1.1
You can’t perform that action at this time.
0 commit comments