Pack can have errors but still pass CI
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
Consider the roslyn repository as an example. Clone master, run `Build.cmd -restore -pack` and you will get the following error:
> e:\nuget\microsoft.dotnet.arcade.sdk\1.0.0-beta.19171.3\tools\BuildReleasePackages.targets(20,5): error : Multiple packages of name 'Microsoft.CodeAnalysis' specifie d [e:\nuget\microsoft.dotnet.arcade.sdk\1.0.0-beta.19171.3\tools\AfterSolutionBuild.proj]
Even so `$lastExitCode` is still `0` and the build passes. This should be failing our build.
Contributor guide
Assessment
This issue has not been assessed yet.