We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
While investigating a poison issue I've noticed that AssetToCheck (https://github.com/dotnet/sdk/blob/5fcddd161b969f850684c2f9765acd4a129591a6/src/SourceBuild/content/eng/finish-source-only.proj#L132) item group does not include the sdk tarball.
AssetToCheck
ReportPoisonUsage target should depend on CopySdkArchive target.
ReportPoisonUsage
CopySdkArchive
Note that this will cause the build failure as new poisons will be discovered.
Relevant infra should be updated to prevent this type of regressions.
The text was updated successfully, but these errors were encountered:
NikolaMilosavljevic
Successfully merging a pull request may close this issue.
While investigating a poison issue I've noticed that
AssetToCheck
(https://github.com/dotnet/sdk/blob/5fcddd161b969f850684c2f9765acd4a129591a6/src/SourceBuild/content/eng/finish-source-only.proj#L132) item group does not include the sdk tarball.ReportPoisonUsage
target should depend onCopySdkArchive
target.Note that this will cause the build failure as new poisons will be discovered.
Relevant infra should be updated to prevent this type of regressions.
The text was updated successfully, but these errors were encountered: