Skip to content

Commit 4578bfb

Browse files
committed
Updated build.sh (#269)
1 parent 02f5ce0 commit 4578bfb

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

build.sh

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,4 @@ dotnet restore
33
dotnet test "samples/MusicStore/MusicStore.Test/project.json" -c Release -f netcoreapp1.1
44
dotnet test "samples/ApplicationParts/ApplicationParts.Test/project.json" -c Release -f netcoreapp1.1
55
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

0 commit comments

Comments
 (0)