I am trying to learn the basics of building using Visual Studio Online.
I worked through the basic instructions and watched the video here .
Like in the video, I use a simple web application project. What is copied to the artifacts folder is the contents of the bin folder. What I'm trying to copy to the artifacts folder is everything for the site (for example, the contents of the bin folder, web.config, etc.). I think I should specify the path in the "Content" text box for the "Publish artifact assembly" step, but I tried every combination, but nothing is copied. What is the secret of this?
source
share