Merge pull request #904 from dsyme/fix-ci-build-1
Don't clobber F# SDK during CI build
This commit is contained in:
Коммит
ad8c5eebf2
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче