зеркало из https://github.com/github/VisualStudio.git
Fix build/install to match README.md
Both should accept Debug/Release.
This commit is contained in:
Родитель
f66fb7d536
Коммит
9aa219bca8
|
@ -1 +1,2 @@
|
|||
powershell -ExecutionPolicy Unrestricted scripts\build.ps1 %1
|
||||
@if "%1" == "" echo Please specify Debug or Release && EXIT /B
|
||||
powershell -ExecutionPolicy Unrestricted scripts\build.ps1 -Package:$true -Config:%1
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@set Configuration=%1
|
||||
@if "%Configuration%" == "" echo Please specify Debug or Release
|
||||
tools\VsixUtil\vsixutil /install "build\%Configuration%\GitHub.VisualStudio.vsix"
|
||||
@echo Installed %Configuration% build of GitHub for Visual Studio
|
||||
@if "%1" == "" echo Please specify Debug or Release && EXIT /B
|
||||
tools\VsixUtil\vsixutil /install "build\%1\GitHub.VisualStudio.vsix"
|
||||
@echo Installed %1 build of GitHub for Visual Studio
|
||||
|
|
Загрузка…
Ссылка в новой задаче