mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 18:32:51 +08:00
trying to get working in CI
This commit is contained in:
parent
d80c4e2de2
commit
3b4123099a
15
appveyor.yml
15
appveyor.yml
@ -1,3 +1,14 @@
|
|||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
build:
|
configuration:
|
||||||
verbosity: minimal
|
- 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")
|
||||||
|
before_build:
|
||||||
|
- appveyor-retry dotnet restore -v Minimal
|
||||||
|
build_script:
|
||||||
|
- build.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user