trainfor.blogg.se

Visual studio publish application
Visual studio publish application





visual studio publish application

Publish everything as “self-contained” so that everything required to run the app is packaged up with our executable.Build the project to run on Windows 64 bit machines.Publish the project from the current directory.Easy, I just run the following command in my project directory : dotnet publish -r win-圆4 -c Release -self-contained

visual studio publish application

NET Core installed so I know I need to build a self contained application for him. Say I have a simple “Hello World” console application that I want to send to a friend to run.







Visual studio publish application