Skip to content

Commit 228193d

Browse files
committed
added /Y xcopy switch
1 parent 99699b3 commit 228193d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Inspections/Rubberduck.Inspections.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<ItemGroup />
215215
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
216216
<PropertyGroup>
217-
<PostBuildEvent>xcopy $(TargetPath) $(SolutionDir)RetailCoder.VBE\bin\Debug</PostBuildEvent>
217+
<PostBuildEvent>xcopy $(TargetPath) $(SolutionDir)RetailCoder.VBE\bin\Debug /Y</PostBuildEvent>
218218
</PropertyGroup>
219219
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
220220
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)