You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2015/03/06 21:42:38 UTC

[jira] [Created] (REEF-196) Build fails in Visual Studio

Markus Weimer created REEF-196:
----------------------------------

             Summary: Build fails in Visual Studio
                 Key: REEF-196
                 URL: https://issues.apache.org/jira/browse/REEF-196
             Project: REEF
          Issue Type: Bug
          Components: REEF.NET
            Reporter: Markus Weimer


Currently, builds executed with the "Release" configuration and the "x64" platform fail when run from VS. That is unfortunate, as those builds generate our NuGets. For now, we can use the command line to do the builds:

{code}
msbuild .\Org.Apache.REEF.sln /p:Configuration="Release" /p:Platform="x64"
{code}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)