Skip to content

Commit 1f50ce6

Browse files
committed
fix di
1 parent cdc48bd commit 1f50ce6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ env:
1515
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1616
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
1717
- CLI_VERSION=1.0.0-preview2-003121
18-
mono:
19-
- 4.2.3
2018
os:
2119
- linux
2220
- osx

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ init:
1111
before_build:
1212
- appveyor-retry dotnet restore -v Minimal
1313
build_script:
14+
- dotnet build "Algorithms" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
1415
- dotnet build "AlgorithmsTest" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
1516
after_build:
1617
- dotnet pack "Algorithms" -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o artifacts

0 commit comments

Comments
 (0)