Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b4d09fd

Browse files
committedNov 23, 2017
add appveyor.yml
1 parent 290e021 commit b4d09fd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎appveyor.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 1.0.{build}
2+
image: Visual Studio 2015
3+
environment:
4+
matrix:
5+
- platform: Any CPU
6+
configuration: Debug
7+
- platform: Any CPU
8+
configuration: Release
9+
matrix:
10+
fast_finish: false
11+
build:
12+
parallel: true
13+
verbosity: normal
14+
artifacts:
15+
- path: shadowsocks-csharp\bin\2.0\Release\ShadowsocksR.exe
16+
name: ShadowsocksR-dotnet2.0.exe
17+
- path: shadowsocks-csharp\bin\4.0\Release\ShadowsocksR.exe
18+
name: ShadowsocksR-dotnet4.0.exe
19+

0 commit comments

Comments
 (0)
Please sign in to comment.