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:
- from Visual Studio with the solution opened go to Build -> Publish Selection.
- a new tab will open where you can select the target location, framework and runtime.
- from there click on "Show all settings", and in the "File publish options" click on the "Produce single file" checkbox.
- after that, click on "Save" and then "Publish"
-
you can open the Target location by clicking on either the "Open folder" link or the path.
-
now you have the solution on a single .exe file.
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:
- from Visual Studio with the solution opened go to Build -> Publish Selection.
- a new tab will open where you can select the target location, framework and runtime. Here you MUST select linux as Target Runtime.
- from there click on "Show all settings", and in the "File publish options" click on the "Produce single file" checkbox.
- after that, click on "Save" and then "Publish"
-
you can open the Target location by clicking on either the "Open folder" link or the path.
-
now you have the solution on a single file.