Created
March 21, 2023 22:05
-
-
Save MichalSkoula/63968a55d933a58e59ac61194ffa9844 to your computer and use it in GitHub Desktop.
dotnet publish: how to copy file to publish folder (not output, but publish)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ItemGroup> | |
<Content Include="file.txt" CopyToPublishDirectory="Always" /> | |
</ItemGroup> | |
this is not available through GUI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment