Skip to content

Commit c4e8c45

Browse files
authored
Merge pull request #982 from nojaf/casing-matters
Correct casing of Build.cmd
2 parents 0fcb3a3 + b856d0e commit c4e8c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<!-- <TargetPath>$(MSBuildThisFileDirectory)..\packages\FSharp.Compiler.Service\lib\netstandard2.0\FSharp.Compiler.Service.dll</TargetPath> -->
1919

2020
<!-- for a parallel checkout and build of fsharp -->
21-
<TargetPath Condition="Exists('..\..\fsharp\build.cmd')">$(MSBuildThisFileDirectory)..\..\fsharp\artifacts\bin\FSharp.Compiler.Service\Debug\netstandard2.0\FSharp.Compiler.Service.dll</TargetPath>
21+
<TargetPath Condition="Exists('..\..\fsharp\Build.cmd')">$(MSBuildThisFileDirectory)..\..\fsharp\artifacts\bin\FSharp.Compiler.Service\Debug\netstandard2.0\FSharp.Compiler.Service.dll</TargetPath>
2222

2323
<!-- for a local checkout and build of fsharp in CI -->
24-
<TargetPath Condition="Exists('..\fsharp\build.cmd')">$(MSBuildThisFileDirectory)..\fsharp\artifacts\bin\FSharp.Compiler.Service\Debug\netstandard2.0\FSharp.Compiler.Service.dll</TargetPath>
24+
<TargetPath Condition="Exists('..\fsharp\Build.cmd')">$(MSBuildThisFileDirectory)..\fsharp\artifacts\bin\FSharp.Compiler.Service\Debug\netstandard2.0\FSharp.Compiler.Service.dll</TargetPath>
2525

2626
</PropertyGroup>
2727
<PropertyGroup>

0 commit comments

Comments
 (0)