We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376f63f commit a78afd5Copy full SHA for a78afd5
appveyor.yml
@@ -7,8 +7,13 @@ environment:
7
NUGET_API_KEY:
8
secure: 4WMsxFFj1s1R+uO8E96HqveIJM77lMWjcWhUnfpXslepnAMlPVigu/SPKnd4aCQn
9
10
+configuration: Release
11
+
12
build:
13
+ project: SharpGen.Runtime.COM.sln
14
publish_nuget: true
15
+ parallel: true
16
+ verbosity: minimal
17
18
deploy:
19
- provider: NuGet
0 commit comments