File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
91init :
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-.*$/
139build_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
1811clone_depth : 1
19- test_script :
20- - dotnet test "AlgorithmsTest" -c %CONFIGURATION%
12+ test : off
13+ deploy : off
14+ os : Visual Studio 2017
You can’t perform that action at this time.
0 commit comments