I have a .Net (VS 2015) application that I manually build using VSTS. The build was successfully completed but no artifacts were generated. The agents/tasks used in this manual build are the NuGet tool installer, NuGet restore, Visual Studio build, publish build artifact.
Visual Studio Build parameters:
Publish Build Artifact parameters:
Variables added:
End Result:
A similar structure should be produced as per my expectation:
system.debug
variable totrue
and queue a new build. Check for warnings in the logs, specially in theBuild solution
task. – Rui Jarimba/p:PackageLocation="$(build.artifactstagingdirectory)\\package.zip"
instead of/p:PackageLocation="$(build.artifactstagingdirectory)\\"
– Rui Jarimba