I created a ASP.NET Website and pushed the entire code on TFS. But when i create a Build Definition in VSTS i do not see any template for the Website, all the templates are for ASP.NET Web application. The list of templates are shown in the below screenshot:
Screenshot: https://i.stack.imgur.com/j5IOa.png
So if i want to build a website in VSTS do I need to first convert it into the Web Application or is there a third party template available to build my Website in VSTS ?
Edited: The website project structure is show below:
I have given the path till my project file in the Build Solution task as follows:
The build is successful but i get the message that nothing can be added in the Artifact as shown in the below screenshot:
Edited (Latest): When I create a new "Website" in VS 2017 i do not get a project file, only a .sln file is created, so for this website what template and its configuration can i use in VSTS or how can i create a project file(.csproj) so the whole website can come under that project file. The project structure is shown in below screenshot:
Any help will be greatly appreciated. Thanks in advance.