I found this question. Right now, my deployment works as follows:
- Hit the web depoly button in VS. In the old ASP.NET world, this was all that had to be done.
- Open the developer command prompt.
- Run
npm run build
- Open the project folder and find the
index.html
file and thedist
folder. - Open another Explorer and navigate to the IIS's shared folder.
- Copy the files onto the server.
My question is, if there is a simple way to integrate steps 2 to 6 into the UI web deploy command of Visual Studio. I guess, that I am not the only person on the planet who is looking for such a one-click solution, but unfortunately I can't find anything. But I'm pretty sure, that I'm just searching for the wrong keywords.