Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 2cb81db

Browse files
committed
Removed the PostBuildEvent from the VS proj
(for privacy reasons)
1 parent 5fd7be4 commit 2cb81db

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Our.Umbraco.DocTypeGridEditor/Our.Umbraco.DocTypeGridEditor.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -258,15 +258,6 @@
258258
</ItemGroup>
259259
<ItemGroup />
260260
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
261-
<PropertyGroup>
262-
<PostBuildEvent>IF %25ComputerName%25 == MBP13-PC-BC (
263-
IF NOT "$(SolutionDir)" == "*Undefined*" (
264-
xcopy /s /y "$(TargetPath)" "C:\Users\Matt\Work\Sandbox\Umbraco\UmbracoUHangoutDemo\bin"
265-
xcopy /s /y "$(TargetDir)$(ProjectName).pdb" "C:\Users\Matt\Work\Sandbox\Umbraco\UmbracoUHangoutDemo\bin"
266-
xcopy /s /y "$(ProjectDir)Web\UI\*.*" "C:\Users\Matt\Work\Sandbox\Umbraco\UmbracoUHangoutDemo"
267-
)
268-
)</PostBuildEvent>
269-
</PropertyGroup>
270261
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
271262
Other similar extension points exist, see Microsoft.Common.targets.
272263
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)