Skip to content

Commit eebaab9

Browse files
committed
Use script to invoke msbuild.
1 parent a78afd5 commit eebaab9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ environment:
99

1010
configuration: Release
1111

12-
build:
13-
project: SharpGen.Runtime.COM.sln
14-
publish_nuget: true
15-
parallel: true
16-
verbosity: minimal
12+
build_script:
13+
- cmd: msbuild /m /restore /t:Build;Pack /v:minimal
14+
15+
artifacts:
16+
- path: '**/*.nupkg'
1717

1818
deploy:
1919
- provider: NuGet

0 commit comments

Comments
 (0)