File tree 3 files changed +15
-0
lines changed
FSharp.Compiler.ComponentTests
FSharp.Compiler.Service.Tests
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 21
21
<EnablePreviewFeatures >true</EnablePreviewFeatures >
22
22
</PropertyGroup >
23
23
24
+ <PropertyGroup Condition =" '$(BUILDING_USING_DOTNET)' == 'true'" >
25
+ <OutputPath >$(ArtifactsDir)/bin/$(MSBuildProjectName)/$(Configuration)/</OutputPath >
26
+ <IntermediateOutputPath >$(ArtifactsDir)obj/$(MSBuildProjectName)/$(Configuration)/</IntermediateOutputPath >
27
+ </PropertyGroup >
28
+
24
29
<ItemGroup >
25
30
<Compile Include =" ..\service\FsUnit.fs" >
26
31
<Link >FsUnit.fs</Link >
Original file line number Diff line number Diff line change 19
19
<UnitTestType >nunit</UnitTestType >
20
20
</PropertyGroup >
21
21
22
+ <PropertyGroup Condition =" '$(BUILDING_USING_DOTNET)' == 'true'" >
23
+ <OutputPath >$(ArtifactsDir)/bin/$(MSBuildProjectName)/$(Configuration)/</OutputPath >
24
+ <IntermediateOutputPath >$(ArtifactsDir)obj/$(MSBuildProjectName)/$(Configuration)/</IntermediateOutputPath >
25
+ </PropertyGroup >
26
+
22
27
<ItemGroup >
23
28
<Content Include =" expected-help-output.bsl" >
24
29
<CopyToOutputDirectory >Never</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 14
14
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
15
15
</PropertyGroup >
16
16
17
+ <PropertyGroup Condition =" '$(BUILDING_USING_DOTNET)' == 'true'" >
18
+ <OutputPath >$(ArtifactsDir)/bin/$(MSBuildProjectName)/$(Configuration)/</OutputPath >
19
+ <IntermediateOutputPath >$(ArtifactsDir)obj/$(MSBuildProjectName)/$(Configuration)/</IntermediateOutputPath >
20
+ </PropertyGroup >
21
+
17
22
<ItemGroup >
18
23
<Compile Include =" ..\scripts\scriptlib.fsx" >
19
24
<Link >scriptlib.fsx</Link >
You can’t perform that action at this time.
0 commit comments