This message was deleted.
# general
s
This message was deleted.
b
Hi @aloof-laptop-31826 This looks to be a similar issue to https://github.com/pulumi/pulumi-azure/issues/601
is that correct?
a
yeah same issue, only my pulumi project is dotnet and its run on an ubuntu-20.04x64 agent
Any ideas apart from manually installing pulumi sdk etc on agent?
b
@billowy-army-68599 this is what you were investigating right?
b
i hadn't looked at it just yet, but I'll prioritize it today https://github.com/pulumi/pulumi-azure/issues/605
b
they both feel a similar issue... 😕
b
i think they are, yeah
a
Anything i can help with here?
b
@aloof-laptop-31826 are you using python?
a
@billowy-army-68599 Nah its dotnet csharp
I have following: W2.Portal.Infrastructure (the main pulumi project, references W2.Pulumi.Azure) W2 Pulumi.Azure (Custom resources for azure) I have tried adding a direct reference to the Pulumi.Azure nuget package from the main pulumi project also, but this did not make a difference
I have noticed that there is a version.txt file that is added to the projects that reference Pulumi.Azure. Is this what is used to detect the plugin versions?
b
I'm not entirely sure. You can workaround this by doing
pulumi plugin install resource azure v3.9.3
to acquire the binary plugin
a
This seems to only be an issue on ubuntu 20.04x64
I have switched to 16.04x64 and working, also working on windows x64
b
wow, that really is a surprise
b
ok @billowy-army-68599 I wonder if that is the same for the other issue...
b
will double check
a
@billowy-army-68599 @broad-dog-22463 I am now experiencing this issue on windows agents also. I have 2 releases, both for the same commit, first one deployed as expected, second had the previous issue of not being able to install azure provider plugin
@billowy-army-68599 @broad-dog-22463 Here are the releases