I have the following simple YAML in the Build Pipeline. It is completing successfully. However in the summary page I am not able to see the link to Published artifacts folder.
msbuildArgs: '/p:SkipInvalidConfigurations=true /p:DeployOnBuild=true /p:WebPublishMethod=FileSystem /p:publishUrl="$(build.artifactstagingdirectory)\\" /p:DeployDefaultTarget=WebPublish'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'