StefanKert / BuildVision

A Visual Studio extension to visualize the building process.
MIT License
261 stars 43 forks source link

Grouping by State Doesn't Update During the Build #52

Closed eddieparker closed 6 years ago

eddieparker commented 6 years ago

Steps to Reproduce:

  1. Right click on the header and say "group by state"
  2. Issue a build

You'll notice that completed builds don't get tucked into "BuildDone":

image

StefanKert commented 6 years ago

Thanks for reporting this issue! I was able to reproduce this. Will get back to you if fixed.

StefanKert commented 6 years ago

Hey there! I´ve added the fix into the current build on AppVeyor. Is it possible for you to download it directly from there and tell me if it now works out for you? Here is the link: https://ci.appveyor.com/project/StefanKert/buildvision/build/2.1.1.150

Thanks!

StefanKert commented 6 years ago

@eddieparker did you find the time to check the mentioned build if this is working now? I plan to release this verison this week, so if this works for you we are good to go :)

eddieparker commented 6 years ago

Somehow I missed the original pings on this - apologies. Yes, this appears to be working as of my latest sync and test: thanks for taking a look at this!

On Sun, 28 Jan 2018 at 23:51 Stefan Kert notifications@github.com wrote:

@eddieparker https://github.com/eddieparker did you find the time to check the mentioned build if this is working now? I plan to release this verison this week, so if this works for you we are good to go :)

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/StefanKert/BuildVision/issues/52#issuecomment-361164845, or mute the thread https://github.com/notifications/unsubscribe-auth/ABFq781zM33SnrXVPGOTNU52vD-69FnWks5tPXhwgaJpZM4QkWe_ .

StefanKert commented 6 years ago

No worries :) ! Thanks for the reply. I am glad that it works now.