mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Updated post-build event for Azure Pipelines.
This commit is contained in:
parent
b206c24d4e
commit
e08cf553e4
@ -182,7 +182,7 @@
|
||||
</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>copy /y "$(TargetPath)" "..\$(ProjectDir)Remotely_Agent\Resources\"</PostBuildEvent>
|
||||
<PostBuildEvent>powershell -Command "& {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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user