visual studio 2017 - Compile to simple .exe -
i have simple c# project in visual studio 2017.
it console application (.net framework).
i want compile .exe , copy .exe server run.
when do: build -> publish myapp
setup.exe file bunch of other files presume setup.exe use install on target machine.
when do: build -> build myapp
vs comes instantly without popup. can see .exe here: myapp\bin\debug\myapp.exe
has timestamp indicates built build -> build myapp
i want control .exe deployed on server because have scheme adds version numbers .exes controlled backing them out , know changing on server (this in contrast running setup.exe).
should use myapp\obj\debug\myapp.exe? [seems strange use .exe debug folder].
what other build options should try?
Comments
Post a Comment