Skip to content

Commit

Permalink
Don't exclude obj from artifacts
Browse files Browse the repository at this point in the history
Currently we exclude the obj directory from the set of artifacts we
collect after a build as it contains only intermediate outputs rather
than the final outputs in the bin directory. However, those intermediate
outputs (such as the project.assets.json file) can be very useful in
diagnosing build problems.

Here we drop the obj directory exclusion so that we can get a copy of
the project.assets.json file from a PR build.
  • Loading branch information
tmeschter committed Oct 13, 2023
1 parent e51a007 commit 3ae05a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/pipelines/configuration/build.artifactignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
# Ignore certain files and folders from Azure Pipelines artifact publishing.
# See: https://docs.microsoft.com/azure/devops/artifacts/reference/artifactignore

obj/
VSSetup.obj/

0 comments on commit 3ae05a1

Please sign in to comment.