We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbc360 commit f4cf7e3Copy full SHA for f4cf7e3
appveyor-build.cmd
@@ -294,7 +294,8 @@ if '%TEST_VS%' == '1' (
294
295
@echo on
296
call src\update.cmd release -ngen
297
-call vsintegration\update-vsintegration.cmd release
+REM This clobbers the installed F# SDK on the machine
298
+REM call vsintegration\update-vsintegration.cmd release
299
pushd tests
300
301
jenkins-build.cmd
@@ -22,7 +22,7 @@ goto :USAGE
22
23
echo Usage:
24
echo Builds the source tree using a specific configuration
25
-echo appveyor-build.cmd ^<debug^|release^>
+echo jenkins-build.cmd ^<debug^|release^>
26
exit /b 1
27
28
:ARGUMENTS_OK
0 commit comments