File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ addons:
1212 - zlib1g
1313env :
1414 global :
15+ - CLI_VERSION=1.0.0-preview2-1-003177
1516 - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
1617 - DOTNET_CLI_TELEMETRY_OPTOUT : 1
1718mono :
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- dotnet restore && dotnet build --configuration Release && dotnet test " samples/MusicStore/MusicStore.Test/project.json" --configuration Release && dotnet test " samples/ApplicationParts/ApplicationParts.Test/project.json" --configuration Release && dotnet test " samples/NoStartup/NoStartup.Test/project.json" --configuration Release && dotnet test " samples/Lite/Lite.Test/project.json" --configuration Release
2+ dotnet restore
3+ dotnet build --configuration Release
4+ dotnet test " samples/MusicStore/MusicStore.Test/project.json" --configuration Release
5+ dotnet test " samples/ApplicationParts/ApplicationParts.Test/project.json" --configuration Release
6+ dotnet test " samples/NoStartup/NoStartup.Test/project.json" --configuration Release
7+ dotnet test " samples/Lite/Lite.Test/project.json" --configuration Release
You can’t perform that action at this time.
0 commit comments