Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 533230d

Browse files
committed
Build the GitHub.VisualStudio project and VSIX file
This can being the build time from 19s to 13s (on my laptop).
1 parent 14f956c commit 533230d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@if "%config%" == "" set config=Debug
22

33
call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"
4-
msbuild GitHubVS.sln /p:Configuration=%Config%
4+
5+
@rem Build the GitHub.VisualStudio project / VSIX file
6+
msbuild GitHubVS.sln /p:Configuration=%Config% /t:GitHub_VisualStudio

0 commit comments

Comments
 (0)