Project build script test for linux

This commit is contained in:
QuantConnect
2015-06-29 22:23:11 -04:00
parent a0f2c4dbca
commit cbc231b3b3
@@ -170,12 +170,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
build
</PostBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
chmod 755 build.sh & ./build.sh
</PostBuildEvent>
<PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> build </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.