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