Merge pull request #904 from dsyme/fix-ci-build-1

Don't clobber F# SDK during CI build
This commit is contained in:
Kevin Ransom (msft) 2016-01-28 15:25:32 -08:00
Родитель a4589896d8 f4cf7e3f5c
Коммит ad8c5eebf2
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -294,7 +294,8 @@ if '%TEST_VS%' == '1' (
@echo on
call src\update.cmd release -ngen
call vsintegration\update-vsintegration.cmd release
REM This clobbers the installed F# SDK on the machine
REM call vsintegration\update-vsintegration.cmd release
pushd tests
@echo on

Просмотреть файл

@ -22,7 +22,7 @@ goto :USAGE
echo Usage:
echo Builds the source tree using a specific configuration
echo appveyor-build.cmd ^<debug^|release^>
echo jenkins-build.cmd ^<debug^|release^>
exit /b 1
:ARGUMENTS_OK