sparse-intern-71089
03/20/2020, 10:10 PMpowerful-football-81694
03/20/2020, 10:11 PMpowerful-football-81694
03/21/2020, 12:59 AMDotNetCoreCLI@2
task, executing the command dotnet build
also does now seem to be able to restore packages from this feed. We need to use the NuGetToolInstaller@1
and NuGetCommand@2
(restore command) tasks to restore, before doing dotnet build
.powerful-football-81694
03/21/2020, 1:00 AMPulumi@1
task, the same error occurs during the latter.powerful-football-81694
03/23/2020, 4:04 PMclever-sunset-76585
03/23/2020, 4:09 PMdotnet build
of its own, it probably also tries to restore the NuGet deps again, which fails possibly due to the ambient context thing with authenticating to an internal package feed. Until I take a look, though, I am wondering if there is a way to disable Pulumi CLI from rebuilding the solution by passing some flags, @tall-librarian-49374?clever-sunset-76585
03/23/2020, 4:11 PMtall-librarian-49374
03/23/2020, 4:11 PMpowerful-football-81694
03/23/2020, 4:11 PMpowerful-football-81694
03/23/2020, 4:12 PMclever-sunset-76585
03/23/2020, 4:13 PMI believe there’s no way to disable the build currently…Is that worth adding as a feature? I can see how that might be useful in cases where you are only deploying from pre-built artifacts rather than rebuilding from source again.
powerful-football-81694
03/23/2020, 4:14 PMdotnet
that would solve the issue too. Then I could pass --no-restore
and work around this issue that way.clever-sunset-76585
03/23/2020, 4:17 PMIf there was a way to pass-through arguments toTo my knowledge, no. But @tall-librarian-49374 please correct me if I am wrong.that would solve the issue too.dotnet
tall-librarian-49374
03/23/2020, 4:17 PMpowerful-football-81694
03/23/2020, 4:18 PMpowerful-football-81694
03/23/2020, 5:10 PMclever-sunset-76585
03/23/2020, 5:51 PM