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

Commit 73310ec

Browse files
committed
Make sure that Configuration is set in install.cmd
1 parent e0e5ded commit 73310ec

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
tools\VsixUtil\vsixutil /install "build\%Configuration%\GitHub.VisualStudio.vsix"
44
@echo Installed %Configuration% build of GitHub for Visual Studio

0 commit comments

Comments
 (0)