Revert "Allow side-by-side installation of nightly and release builds"

This reverts commit 33e814122e.
This commit is contained in:
Cameron Gutman 2020-05-04 17:50:03 -07:00
commit 96fe1a7da1
4 changed files with 12 additions and 39 deletions

View file

@ -12,11 +12,6 @@ if /I "%BUILD_CONFIG%"=="debug" (
) else (
if /I "%BUILD_CONFIG%"=="release" (
set BUILD_CONFIG=release
if /I "%APPVEYOR%"=="True" (
echo Stamping with AppVeyor version: %APPVEYOR_BUILD_VERSION%
echo | set /p dummyName="%APPVEYOR_BUILD_VERSION%" > app\version.txt
)
) else (
if /I "%BUILD_CONFIG%"=="signed-release" (
set BUILD_CONFIG=release