|
|
|
@ -106,8 +106,14 @@
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>xcopy /s /y "$(SolutionDir)\..\_output\NzbDrone.Mono.*" "$(TargetDir)"
|
|
|
|
|
xcopy /s /y "$(SolutionDir)\..\_output\NzbDrone.Windows.*" "$(TargetDir)"</PostBuildEvent>
|
|
|
|
|
<PostBuildEvent Condition="('$(OS)' == 'Windows_NT')">
|
|
|
|
|
xcopy /s /y "$(SolutionDir)\..\_output\NzbDrone.Mono.*" "$(TargetDir)"
|
|
|
|
|
xcopy /s /y "$(SolutionDir)\..\_output\NzbDrone.Windows.*" "$(TargetDir)"
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PostBuildEvent Condition="('$(OS)' != 'Windows_NT')">
|
|
|
|
|
cp -rv $(SolutionDir)\..\_output\NzbDrone.Mono.* $(TargetDir)
|
|
|
|
|
cp -rv $(SolutionDir)\..\_output\NzbDrone.Windows.* $(TargetDir)
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
@ -116,4 +122,4 @@ xcopy /s /y "$(SolutionDir)\..\_output\NzbDrone.Windows.*" "$(TargetDir)"</Pos
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|
|
|
|
|
</Project>
|
|
|
|
|