mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 17:02:50 +08:00
12 lines
195 B
YAML
12 lines
195 B
YAML
version: 1.0.{build}
|
|
configuration:
|
|
- Release
|
|
platform: Any CPU
|
|
build_script:
|
|
- build.bat
|
|
test_script:
|
|
- run-tests.bat
|
|
artifacts:
|
|
- path: site\wwwroot\*.*
|
|
cache:
|
|
- '%USERPROFILE%\.nuget\packages' |