I've somehow managed to make my pulumi preview / u...
# dotnet
a
I've somehow managed to make my pulumi preview / up not work. It just hangs ... but I'm not sure what I managed to do. I've tried spinning up another test project and that works just fine. Any ideas?
I've also tried
pulumi pre --logtostderr -v=9 2> out.txt
and that doesn't even output anything 😞
Manually running
dotnet build
works just fine as well but
pulumi up
or
pulumi pre
just hang.