@@ -154,24 +154,8 @@ stages:
154154 inputs :
155155 command : custom
156156 projects : $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
157- custom : add
158- arguments : package System.Reactive -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
159-
160- - task : DotNetCoreCLI@2
161- displayName : Update Aliases
162- inputs :
163- command : custom
164- projects : $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
165- custom : add
166- arguments : package System.Reactive.Observable.Aliases -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
167-
168- - task : DotNetCoreCLI@2
169- displayName : Update Testing
170- inputs :
171- command : custom
172- projects : $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
173- custom : add
174- arguments : package Microsoft.Reactive.Testing -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
157+ custom : restore
158+ arguments : --configfile $(System.DefaultWorkingDirectory)/Rx.NET/Integration/NuGet.Config
175159
176160 - task : DotNetCoreCLI@2
177161 inputs :
@@ -231,24 +215,8 @@ stages:
231215 inputs :
232216 command : custom
233217 projects : $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj
234- custom : add
235- arguments : package System.Reactive -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
236-
237- - task : DotNetCoreCLI@2
238- displayName : Update Aliases
239- inputs :
240- command : custom
241- projects : $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj
242- custom : add
243- arguments : package System.Reactive.Observable.Aliases -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
244-
245- - task : DotNetCoreCLI@2
246- displayName : Update Testing
247- inputs :
248- command : custom
249- projects : $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj
250- custom : add
251- arguments : package Microsoft.Reactive.Testing -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
218+ custom : restore
219+ arguments : --configfile $(System.DefaultWorkingDirectory)/Rx.NET/Integration/NuGet.Config
252220
253221 - task : DotNetCoreCLI@2
254222 inputs :
0 commit comments