Skip to content

Commit

Permalink
Merge pull request #982 from nojaf/casing-matters
Browse files Browse the repository at this point in the history
Correct casing of Build.cmd
  • Loading branch information
nojaf authored Sep 6, 2023
2 parents 0fcb3a3 + b856d0e commit c4e8c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<!-- <TargetPath>$(MSBuildThisFileDirectory)..\packages\FSharp.Compiler.Service\lib\netstandard2.0\FSharp.Compiler.Service.dll</TargetPath> -->

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

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

</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit c4e8c45

Please sign in to comment.