Skip to content

Commit cb2a2da

Browse files
committed
Adds appveyor.yml
1 parent 774ec6f commit cb2a2da

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

appveyor.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
image: Visual Studio 2019
2+
3+
cache:
4+
- Bin\$(configuration)\
5+
6+
before_build:
7+
- findstr /V "{48C5258A-FA49-4173-AEE5-0FCA5190DFF2}.Debug {48C5258A-FA49-4173-AEE5-0FCA5190DFF2}.Release" .\ReClass.NET.sln > cleaned.sln
8+
- rm ReClass.NET.sln
9+
- nuget restore
10+
11+
platform:
12+
- x86
13+
- x64
14+
15+
configuration: Release
16+
17+
build:
18+
project: cleaned.sln
19+
verbosity: minimal
20+
21+
artifacts:
22+
-
23+
path: Bin\$(configuration)\$(platform)\*\.exe
24+
path: Bin\$(configuration)\$(platform)\*\.dll
25+
name: Reclass.NET $(platform)
26+
type: zip

0 commit comments

Comments
 (0)