Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.74 KB

File metadata and controls

51 lines (28 loc) · 1.74 KB

How to publish the solution on Windows

To use the tool inside a pipeline, a single .exe file must be generated with the solution. This guide will show you the steps for doing this:

  1. from Visual Studio with the solution opened go to Build -> Publish Selection.

image

  1. a new tab will open where you can select the target location, framework and runtime.

image

  1. from there click on "Show all settings", and in the "File publish options" click on the "Produce single file" checkbox.

image

  1. after that, click on "Save" and then "Publish"

image

  1. you can open the Target location by clicking on either the "Open folder" link or the path.

  2. now you have the solution on a single .exe file.

image

How to publish the solution on Linux

To use the tool inside a pipeline, a single file must be generated with the solution. This guide will show you the steps for doing this:

  1. from Visual Studio with the solution opened go to Build -> Publish Selection.

image

  1. a new tab will open where you can select the target location, framework and runtime. Here you MUST select linux as Target Runtime.

image

  1. from there click on "Show all settings", and in the "File publish options" click on the "Produce single file" checkbox.

image

  1. after that, click on "Save" and then "Publish"

image

  1. you can open the Target location by clicking on either the "Open folder" link or the path.

  2. now you have the solution on a single file.

image