Remove post-build steps

This commit is contained in:
2018-04-06 13:10:58 -04:00
parent ed1d5566f2
commit 840bd1acd0

View File

@@ -61,9 +61,7 @@
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<PropertyGroup>
<PostBuildEvent>rem D:\Code\Personal\CreateInstallDescriptor\bin\Debug\CreateInstallDescriptor.exe !(TargetPath) $(TargetDir)\$(TargetName).xml
rem copy $(TargetDir)\$(TargetName).xml \\server\d\FeedCenter
rem copy $(TargetDir)\$(TargetName).exe \\server\d\FeedCenter</PostBuildEvent>
<PostBuildEvent />
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.