pulumi/tests/integration/transformations/dotnet/simple
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 Stack Transformations to .NET SDK (#4008) 2020-03-16 17:40:52 +01:00
Program.cs Add Stack Transformations to .NET SDK (#4008) 2020-03-16 17:40:52 +01:00
Pulumi.yaml Add Stack Transformations to .NET SDK (#4008) 2020-03-16 17:40:52 +01:00
Transformations.csproj Ensuring dotnet package sources are correct for local packages (#6476) 2021-03-09 14:57:24 +00:00