This message was deleted.
# azure
s
This message was deleted.
t
@clever-sunset-76585 do you know?
f
I've got it working by adding this fragment to Pulumi.yaml:
Copy code
backend:
  url: <file://pulumi-state>
c
I haven’t tried to use local state myself with the Pulumi task, but I would have expected it to use the input
loginArgs
as-is when you specify
<file://infra/pulumi-state>
. I don’t think it should matter, but could you please try to set the
loginArgs
to
-c <file://infra/pulumi-state>
?
f
That worked
👍 1
Thanks!
c
Just because I'm curious... This means your state is not retained, right? Unless you're running this on a self-hosted build agent?!