Skip to content

Commit

Permalink
Fix "msbuild" command in appveyor.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
unchase committed Apr 7, 2019
1 parent 0a0cde0 commit 29c6859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_build:
- ps: nuget restore src\Unchase.OpenAPI.ConnectedService.sln
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
build_script:
- msbuild src\Unchase.OpenAPI.ConnectedService.csproj /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m
- msbuild src\Unchase.OpenAPI.ConnectedService.sln /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m
after_test:
- ps: Vsix-PushArtifacts | Vsix-PublishToGallery
deploy:
Expand Down

0 comments on commit 29c6859

Please sign in to comment.