Skip to content

Build a new release

Gert Driesen edited this page May 16, 2020 · 20 revisions
  1. Launch VM containing necessary software for building the assemblies for classic target framework.
  2. Start a Developer Command Prompt for VS2015.
  3. Navigate to the Build folder of the SSH.NET checkout directory.
  4. Execute the following command:

msbuild /p:ReleaseVersion= /t:CleanClassic /t:PreparePackageClassic

  1. Copy the content of the <SSH.NET checkout>/Build/target/nuget-<version> folder to your host machine.
Clone this wiki locally