pulumi/tests/integration/get_resource
Paul Stack 0d5b3d375d
Ensuring dotnet package sources are correct for local packages (#6476)
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
2021-03-09 14:57:24 +00:00
..
dotnet Ensuring dotnet package sources are correct for local packages (#6476) 2021-03-09 14:57:24 +00:00
go [sdk/go]: Add support for getResource to Go SDK (#5823) 2020-12-01 11:03:47 -07:00
nodejs Add support for getResource to Node.js SDK (#5837) 2020-12-01 10:58:15 -08:00
python Add support for getResource to the Python SDK. (#5694) 2020-11-20 13:13:23 -08:00