You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation and source code a .json-file should be saved with the requested variables. I set it to be stored in the default folder (Build.ArtifactStagingDirectory), but I don't see it in the final result of my build step. I am publishing build artifacts from the mentioned folder, but no .json files appear. I am using Azure DevOps Server. See the attached screenshot for the logs:
According to the documentation, the last log line should log "created {result}", but it just logs "created ".
The text was updated successfully, but these errors were encountered:
I had the same issue but actually you can turn off cleaning in your pipeline and file will remain in workspace but then there is another issue posted here by @omarsourour at 28 February (#13). Anyway it doesn't work.
According to the documentation and source code a .json-file should be saved with the requested variables. I set it to be stored in the default folder (Build.ArtifactStagingDirectory), but I don't see it in the final result of my build step. I am publishing build artifacts from the mentioned folder, but no .json files appear. I am using Azure DevOps Server. See the attached screenshot for the logs:
According to the documentation, the last log line should log "created {result}", but it just logs "created ".
The text was updated successfully, but these errors were encountered: