We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290e021 commit b4d09fdCopy full SHA for b4d09fd
appveyor.yml
@@ -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
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