Build scripts in linux

This commit is contained in:
QuantConnect
2015-06-30 15:24:03 -04:00
parent cbc231b3b3
commit d9b5f479da
3 changed files with 36 additions and 5 deletions
@@ -143,6 +143,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="setup.sh" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Algorithm\QuantConnect.Algorithm.csproj">
@@ -171,7 +172,8 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> build </PostBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "></PostBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</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.