-
-
Notifications
You must be signed in to change notification settings - Fork 958
Build a new release
Gert Driesen edited this page May 16, 2020
·
20 revisions
- Launch VM containing necessary software for building the assemblies for classic target framework.
- Start a Developer Command Prompt for VS2015.
- Navigate to the Build folder of the SSH.NET checkout directory.
- Execute the following command:
msbuild /p:ReleaseVersion= /t:CleanClassic /t:PreparePackageClassic
- Copy the content of the
<SSH.NET checkout>/Build/target/nuget-<version>
folder to your host machine.