arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Pack can have errors but still pass CI

Open jaredpar opened this issue 6 years ago • 3 comments

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.

jaredpar avatar Mar 28 '19 15:03 jaredpar

Added to post preview 7

markwilkie avatar Apr 17 '19 18:04 markwilkie

@markwilkie where can I see how the bugs are prioritized? Not judging you moving this bug just curious where the scheduling, prioritization is kept at.

jaredpar avatar Apr 22 '19 16:04 jaredpar

We're using the ZenHub extension, and using "epics". These "epics" denote the business priority that we're classifying the bugs as. We opted for ZenHub over labels because of the handy parent/child relationship for issues, and a nice kanban board.

markwilkie avatar Apr 23 '19 16:04 markwilkie