I have loaded my web role project to Visual Studio Team Services. In the VSTS portal I created a new build definition. I added tasks Visual Studio Build and Publish Artifacts.
Task Visual Studio Build MSBuild Arguments: /t:Publish /p:PublishDir=PublishDir\ /p:TargetProfile=Cloud
Publish Aritifact:drop Path to Publish : $(Build.ArtifactStagingDirectory)
However after I run this definition I go to "Artifacts">"Explore" there is nothing in the drop location.