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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears that NuGet packages are not being scanned for poison - the following line will not include any packages: https://github.com/dotnet/sdk/blob/50702508f006c8c0b362493bd1a8b945845b06e4/src/SourceBuild/content/eng/finish-source-only.proj#L134-L135
<!-- Include shipping nuget packages. --> <PoisonFileToCheck Include="$(ArtifactsShippingPackagesDir)*.nupkg" />
This was likely caused by distributed/parallelized build refactoring that moved packages to repo sub-directories.
Tasks:
The text was updated successfully, but these errors were encountered:
No poison issues were found in main or 9.0.
main
Sorry, something went wrong.
NikolaMilosavljevic
Successfully merging a pull request may close this issue.
It appears that NuGet packages are not being scanned for poison - the following line will not include any packages: https://github.com/dotnet/sdk/blob/50702508f006c8c0b362493bd1a8b945845b06e4/src/SourceBuild/content/eng/finish-source-only.proj#L134-L135
This was likely caused by distributed/parallelized build refactoring that moved packages to repo sub-directories.
Tasks:
The text was updated successfully, but these errors were encountered: