mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 17:02:50 +08:00
13 lines
258 B
YAML
13 lines
258 B
YAML
version: 1.0.{build}
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
platform: Any CPU
|
|
environment:
|
|
# Don't report back to the mothership
|
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
|
init:
|
|
- ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0")
|
|
build_script:
|
|
- build.sh
|