We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00a3fa commit 03163c8Copy full SHA for 03163c8
src/Dataverse/MSBuildTasks/README.md
@@ -0,0 +1,3 @@
1
+# TALXIS.DevKit.Build.Dataverse.Tasks
2
+
3
+See [here](https://github.com/TALXIS/tools-devkit-build) for more information.
src/Dataverse/MSBuildTasks/TALXIS.DevKit.Build.Dataverse.Tasks.csproj
@@ -56,6 +56,6 @@
56
<None Include="$(BinPath)/net472/**/*;" Pack="true" PackagePath="tools/net472" />
57
<None Include="$(BinPath)/net6.0/**/*;" Pack="true" PackagePath="tools/net6.0" />
58
59
- <None Include="..\..\..\README.md" Pack="true" PackagePath="\"/>
+ <None Include="README.md" Pack="true" PackagePath="\"/>
60
</ItemGroup>
61
</Project>
0 commit comments