Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion appveyor-build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jenkins-build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down