File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ addons:
12
12
- zlib1g
13
13
env :
14
14
global :
15
+ - CLI_VERSION=1.0.0-preview2-1-003177
15
16
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
16
17
- DOTNET_CLI_TELEMETRY_OPTOUT : 1
17
18
mono :
Original file line number Diff line number Diff line change 1
1
#! /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