Helle , i'm new to Azure Devops.
I have a Asp.Net WebSite (.Net Framework 4.5 ) and i want to build it from Azure and after publish to IIS.
When the build start i get this warning :
D:\a\1\s\xxx.metaproj : warning MSB4181: The "Copy" task returned false but did not log an error.
and in the end of process :
##[warning]Directory 'D:\a\1\a' is empty. Nothing will be added to build artifact 'xxx'
Any one can help me how to create the yaml file in order to build a website ( not webapp ) .
Thanks