Skip to content

Commit 26162cc

Browse files
committed
fix build
1 parent 29389b3 commit 26162cc

File tree

4 files changed

+4
-17
lines changed

4 files changed

+4
-17
lines changed

DEVGUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Prior to a **Debug** test run, you need to complete **all** of these steps:
7373

7474
[Optional] If testing the Visual Studio bits (see below) you will also need:
7575

76-
msbuild vsintegration\fsharp-vsintegration-build.proj
76+
msbuild VisualFSharp.sln
7777
msbuild vsintegration\fsharp-vsintegration-unittests-build.proj
7878

7979
Prior to a **Release** test run, you need to do **all** of these:
@@ -98,7 +98,7 @@ Prior to a **Release** test run, you need to do **all** of these:
9898

9999
[Optional] If testing **Release** build of the Visual F# IDE Tools (see below) you will also need:
100100

101-
msbuild vsintegration\fsharp-vsintegration-build.proj /p:Configuration=Release
101+
msbuild VisualFSharp.sln /p:Configuration=Release
102102
msbuild vsintegration\fsharp-vsintegration-unittests-build.proj /p:Configuration=Release
103103

104104
## 4. [Optional] Install the Visual F# IDE Tools and Clobber the F# SDK on the machine

appveyor-build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ if '%TEST_PORTABLE259%' == '1' (
283283
)
284284

285285
if '%DO_VS%' == '1' (
286-
%_msbuildexe% vsintegration\fsharp-vsintegration-build.proj /p:Configuration=Release
286+
%_msbuildexe% VisualFSharp.sln /p:Configuration=Release
287287
@if ERRORLEVEL 1 echo Error: VS integration build failed && goto :failure
288288
)
289289

jenkins-build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ echo Building the test tree using configuration: %BUILD_PROFILE%
100100
%_msbuildexe% tests/fsharp\fsharp.tests.fsproj /p:Configuration=%BUILD_PROFILE%
101101
@if ERRORLEVEL 1 echo Error: fsharp cambridge tests for nunit failed && goto :failure
102102

103-
%_msbuildexe% vsintegration\fsharp-vsintegration-build.proj /p:Configuration=%BUILD_PROFILE%
103+
%_msbuildexe% VisualFSharp.sln /p:Configuration=%BUILD_PROFILE%
104104
@if ERRORLEVEL 1 echo Error: VS integration build failed && goto :failure
105105

106106
%_msbuildexe% vsintegration\fsharp-vsintegration-unittests-build.proj /p:Configuration=%BUILD_PROFILE%

vsintegration/fsharp-vsintegration-build.proj

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)