mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
25 lines
516 B
Plaintext
25 lines
516 B
Plaintext
# Created by wongsyrone
|
|
|
|
version: 1.0.{build}
|
|
image: Visual Studio 2017
|
|
environment:
|
|
matrix:
|
|
- platform: x86
|
|
configuration: Debug
|
|
- platform: x86
|
|
configuration: Release
|
|
matrix:
|
|
fast_finish: false
|
|
nuget:
|
|
project_feed: true
|
|
before_build:
|
|
- cmd: nuget restore
|
|
build:
|
|
parallel: true
|
|
verbosity: normal
|
|
artifacts:
|
|
- path: shadowsocks-csharp\bin\x86\Release\Shadowsocks.exe
|
|
name: Shadowsocks-release.exe
|
|
- path: shadowsocks-csharp\bin\x86\Debug\Shadowsocks.exe
|
|
name: Shadowsocks-debug.exe
|