We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fable.Package.SDK.targets
1 parent 131c17c commit 96f7e39Copy full SHA for 96f7e39
src/build/Fable.Package.SDK.targets
@@ -8,7 +8,7 @@
8
<Content Include="@(Compile)" Pack="true"
9
PackagePath="fable/%(RelativeDir)%(Filename)%(Extension)" />
10
<!-- Include the project file itself as well -->
11
- <Content Include="$(MSBuildThisFileFullPath)" Pack="true" PackagePath="fable/" />
+ <Content Include="$(MSBuildProjectFullPath)" Pack="true" PackagePath="fable/" />
12
</ItemGroup>
13
<!--
14
Automatically add Fable tags
0 commit comments