@AskRockStars Hi! Well, no, it's my account but the kids have their own profiles. It seems like some kind of mix-up... I logged them both out and in again and now it works... Classic π€·
@AskRockStars I have 2 kid profiles on my family account, and they each listen on their own phones. The playback from one profile "leaks" to the other phone, which means that one can control the other one's playback, and they cannot listen to their own music.Anything you've seen?
@ElijahBatkoski hi! Any particular reason why no image has SQL Express? We use it frequently when performing integration tests. Current solution is to install via Choco (https://t.co/E9nLhckjzr)
@ElijahBatkoski also, did you do any recent changes to the `trigger/paths` config? It seems now all my .NET projects in a solution are building every time I make a change to one of them, which should be prevented by the trigger paths filter.π€
@ElijahBatkoski@alexmullans Sounds great! Here you go. Fails roughly 75%. I'll fall back to `DotNetCoreCLI@2` and `command: restore` for Windows in the meantime, that seems to always work.
@alexmullans Hi! Have you noticed any stability issues with the new NuGetAuthenticate task? I see that it often succeeds on Ubuntu but not on Windows. Or rather, it actually succeeds, it's `dotnet restore` that subsequently fails to load the index for my auth:d source.
@ElijahBatkoski@alexmullans Hi Elijah! Thanks, that would me much appreciated! Actually I have never seen it fail on Ubuntu, come to think of it. I'll attach the logs tomorrow, I'm not at the office atm.
@DonovanBrown hi! I attended your talk in Sthlm in July! I'm trying to publish to AZ NuGet feed from a Pipelines build and want to ignore the 409 (package already exists). I believe SkipDuplicate would help, but "arguments" and "push" can't be combined in DotNetCoreCLI@2 task?