We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78afd5 commit eebaab9Copy full SHA for eebaab9
appveyor.yml
@@ -9,11 +9,11 @@ environment:
9
10
configuration: Release
11
12
-build:
13
- project: SharpGen.Runtime.COM.sln
14
- publish_nuget: true
15
- parallel: true
16
- verbosity: minimal
+build_script:
+- cmd: msbuild /m /restore /t:Build;Pack /v:minimal
+
+artifacts:
+- path: '**/*.nupkg'
17
18
deploy:
19
- provider: NuGet
0 commit comments