mirror of https://github.com/pulumi/pulumi.git
0d5b3d375d
When passing a package source as part of a `dotnet add package` in our acceptance testing framework, dotnet was then trying to use that package source for the restoration of other packages in the csproj file. We have removed passing the source to dotnet add package add and replaced it with adding a machine level package source via dotnet nuget add source command this is the more correct way to work and will allow us to be able to search multiple locations as part of the dotnet restore command |
||
---|---|---|
.. | ||
.gitignore | ||
GetResource.csproj | ||
Program.cs | ||
Pulumi.yaml |