pulumi/pkg/testing/integration
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
..
command.go Ensure stderr is updated on error even if verbose is not set 2020-11-18 00:56:26 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
program.go Ensuring dotnet package sources are correct for local packages (#6476) 2021-03-09 14:57:24 +00:00
program_test.go Drop unnecessary prefix in test output since we rely on go's testing to do the right thing 2020-11-17 23:24:08 -08:00
pulumi.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
s3reporter.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
util.go Drop unnecessary prefix in test output since we rely on go's testing to do the right thing 2020-11-17 23:24:08 -08:00