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.
1 parent ac153a7 commit aefbbd2Copy full SHA for aefbbd2
KuchiPaku/KuchiPaku.csproj
@@ -51,6 +51,8 @@
51
<MakeDir Directories="$(OutputPath)/_publish/" />
52
<Delete Files="$(OutputPath)/(AssemblyName).pdb" />
53
<Delete Files="$(OutputPath)/publish/(AssemblyName).pdb" />
54
+ <Delete Files="$(OutputPath)/FluentCeVIOWrapper.Common.xml" />
55
+ <Delete Files="$(OutputPath)/publish/FluentCeVIOWrapper.Common.xml" />
56
<ZipDirectory SourceDirectory="$(OutputPath)/publish/" DestinationFile="$(OutputPath)/_publish/$(AssemblyName)-v.$(Version).zip" Overwrite="true" />
57
<Message Text="Actions After Publish" Importance="high" />
58
</Target>
0 commit comments