- mike S
- PowerServer
- Wednesday, 4 January 2023 04:12 PM UTC
The sample powerserver for executing additonal command line has this which appears to be how you build the webserver api:
dotnet.exe run --no -build --project C:\Users\appeon\source\repos\PowerServer_salesdemo\ServerAPIs\ServerAPIs.csproj
and this how to publish:
dotnet.exe publish C:\Users\appeon\source\repos\PowerServer_salesdemo\ServerAPIs\ServerAPIs.csproj -c release -o C:\Publish
How does the publish work when you have 4 options? (folder, web server, docker, kubernetes)?
I am guessing there are donnet.exe options for getting source code from git to do the build?
It would be great to have some help/links that explain the options in snapdevelop building and publishing via command line
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.