8000 Merge pull request #1296 from github/fixes/install-cmd · github/VisualStudio@166cdc0 · GitHub
[go: up one dir, main page]

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

Commit 166cdc0

Browse files
authored
Merge pull request #1296 from github/fixes/install-cmd
Set Configuration in install.cmd
2 parents 1fcb32d + ecfd0f1 commit 166cdc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Configuration=%1
2-
@set path=%cd%\tools\VsixUtil;%path%
1+
@set Configuration=%1
2+
@if "%Configuration%" == "" echo Please specify Debug or Release
33 3954
tools\VsixUtil\vsixutil /install "build\%Configuration%\GitHub.VisualStudio.vsix"
44
@echo Installed %Configuration% build of GitHub for Visual Studio

0 commit comments

Comments
 (0)
0