Use VS2017 to publish WebAPI , get stuck in `preparing profile`

Viewed 7325

Right click project -> publish -> select publish to folder -> publish

then got stucked in “preparing profile” . (I'vs waited for 10 mins)

enter image description here

4 Answers

Delete the Folder named PublishProfiles fix the problem. I believe is there a issue related to read/write folder problems.

Go to Team Explorer->Manage Connections and Connect to your project. Than creation of Publish profile is working

Related