pulumi/tests/integration/get_resource/dotnet
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
..
.gitignore Add support for getResource to the .NET SDK (#5817) 2020-11-23 20:55:03 +01:00
GetResource.csproj Ensuring dotnet package sources are correct for local packages (#6476) 2021-03-09 14:57:24 +00:00
Program.cs Add support for getResource to the .NET SDK (#5817) 2020-11-23 20:55:03 +01:00
Pulumi.yaml Add support for getResource to the .NET SDK (#5817) 2020-11-23 20:55:03 +01:00