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.
2 parents 915535d + 534a7be commit 41cc5cfCopy full SHA for 41cc5cf
src/FunnelWeb.Extensions.CommentNotification/FunnelWeb.Extensions.CommentNotification.csproj
@@ -71,7 +71,7 @@
71
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
73
<PropertyGroup>
74
- <PostBuildEvent>start /MIN xcopy "$(TargetPath)" "$(SolutionDir)FunnelWeb.Web\bin\Extensions\" /R /S /Y</PostBuildEvent>
+ <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)FunnelWeb.Web\bin\Extensions\" /R /S /Y</PostBuildEvent>
75
</PropertyGroup>
76
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77
Other similar extension points exist, see Microsoft.Common.targets.
0 commit comments