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 99699b3 commit 228193dCopy full SHA for 228193d
Rubberduck.Inspections/Rubberduck.Inspections.csproj
@@ -214,7 +214,7 @@
214
<ItemGroup />
215
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
216
<PropertyGroup>
217
- <PostBuildEvent>xcopy $(TargetPath) $(SolutionDir)RetailCoder.VBE\bin\Debug</PostBuildEvent>
+ <PostBuildEvent>xcopy $(TargetPath) $(SolutionDir)RetailCoder.VBE\bin\Debug /Y</PostBuildEvent>
218
</PropertyGroup>
219
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
220
Other similar extension points exist, see Microsoft.Common.targets.
0 commit comments