Skip to content

Commit 29bbe74

Browse files
committed
Remove after build copy for agent installer.
1 parent 44638a3 commit 29bbe74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Agent.Installer.Win/Agent.Installer.Win.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@
199199
</ItemGroup>
200200
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
201201
<PropertyGroup>
202-
<PostBuildEvent>if $(ConfigurationName) == Debug (
203-
xcopy "$(TargetPath)" "$(SolutionDir)Server\wwwroot\Content\" /y /e /i
204-
)</PostBuildEvent>
202+
<PostBuildEvent>
203+
</PostBuildEvent>
205204
</PropertyGroup>
206205
</Project>

0 commit comments

Comments
 (0)