We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774ec6f commit cb2a2daCopy full SHA for cb2a2da
appveyor.yml
@@ -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