Skip to content

How to build it from command line? (no appveyor) #4

Description

@josephernest

I tried something like:

  • clone the repo

  • go to bootnext-master

  • launch this:

      "C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" bootnext.sln
    

    or

      "C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\MSBuild.exe" bootnext.sln
    

    and/or /property:Configuration="Release|x64"

  • but it always failed because I don't have the right version:

error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed.

But I already have many versions (more recent) of .NET framework (Developer pack) installed:

image

Is there a way to automate the install of the dependecies needed to build your project?

Something that can be done 100% from command-line? (I don't have the Visual Studio IDE, I don't use it).

Thanks again!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions