@@ -154,24 +154,8 @@ stages:
154
154
inputs :
155
155
command : custom
156
156
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
175
159
176
160
- task : DotNetCoreCLI@2
177
161
inputs :
@@ -231,24 +215,8 @@ stages:
231
215
inputs :
232
216
command : custom
233
217
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
252
220
253
221
- task : DotNetCoreCLI@2
254
222
inputs :
0 commit comments