We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc48bd commit 1f50ce6Copy full SHA for 1f50ce6
2 files changed
.travis.yml
@@ -15,8 +15,6 @@ env:
15
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
16
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
17
- CLI_VERSION=1.0.0-preview2-003121
18
-mono:
19
- - 4.2.3
20
os:
21
- linux
22
- osx
appveyor.yml
@@ -11,6 +11,7 @@ init:
11
before_build:
12
- appveyor-retry dotnet restore -v Minimal
13
build_script:
14
+- dotnet build "Algorithms" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
- dotnet build "AlgorithmsTest" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
after_build:
- dotnet pack "Algorithms" -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o artifacts
0 commit comments