You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FSharpBuild.Directory.Build.targets
-36Lines changed: 0 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -34,42 +34,6 @@
34
34
</CreateItem>
35
35
</Target>
36
36
37
-
<TargetName="ComputeFinalOutputPaths">
38
-
<!--
39
-
Ideally we'd set <OutputPath> to `$(Configuration)\[net40|coreclr]\bin`, but the calculation of `[net40|coreclr]`
40
-
depends on the `$(TargetFramework)` variable which is set by the individual project files, but by the time we have
41
-
that value (e.g., in this file) it's too late; some targets, particularly from the VsSDK have already used the
42
-
values of $(OutputPath)/$(OutDir).
43
-
44
-
The fix is to not set `$(Outputpath)` and simply copy stuff there after the fact.
45
-
-->
46
-
47
-
<PropertyGroup>
48
-
<TargetDotnetProfileCondition="$(TargetFramework.StartsWith('netstandard')) or $(TargetFramework.StartsWith('netcoreapp'))">coreclr</TargetDotnetProfile>
0 commit comments