Skip to content

Commit dd03730

Browse files
authored
Update appveyor.yml
1 parent 9ce92c7 commit dd03730

1 file changed

Lines changed: 11 additions & 17 deletions

File tree

appveyor.yml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
version: '1.0.{build}'
2-
configuration:
3-
- Debug
4-
- Release
5-
platform: Any CPU
6-
environment:
7-
# Don't report back to the mothership
8-
DOTNET_CLI_TELEMETRY_OPTOUT: 1
91
init:
10-
- ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0")
11-
before_build:
12-
- appveyor-retry dotnet restore -v Minimal
2+
- git config --global core.autocrlf true
3+
branches:
4+
only:
5+
- master
6+
- release
7+
- dev
8+
- /^(.*\/)?ci-.*$/
139
build_script:
14-
- dotnet build "Algorithms" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
15-
- dotnet build "AlgorithmsTest" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL%
16-
after_build:
17-
- dotnet pack "Algorithms" -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o artifacts
10+
- ps: .\build.ps1
1811
clone_depth: 1
19-
test_script:
20-
- dotnet test "AlgorithmsTest" -c %CONFIGURATION%
12+
test: off
13+
deploy: off
14+
os: Visual Studio 2017

0 commit comments

Comments
 (0)