File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments