Updated post-build event for Azure Pipelines.

This commit is contained in:
Jared Goodwin 2019-03-09 11:05:32 -08:00
parent b206c24d4e
commit e08cf553e4

View File

@ -182,7 +182,7 @@
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>copy /y "$(TargetPath)" "..\$(ProjectDir)Remotely_Agent\Resources\"</PostBuildEvent>
<PostBuildEvent>powershell -Command "&amp; {Copy-Item -Path '$(TargetPath)' -Destination ((Get-Item -Path '$(ProjectDir)').Parent.FullName + '\Remotely_Agent\Resources') -Force }"</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\Fody.4.0.2\build\Fody.targets" Condition="Exists('..\packages\Fody.4.0.2\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">