diff --git a/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj b/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj index 6dedc757a4..3cab48abef 100644 --- a/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj +++ b/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1;net5.0;net5.0-windows10.0.19041 + net5.0;net5.0-windows10.0.19041 $(NoWarn);CS0618 latest Tests.System.Reactive @@ -8,7 +8,6 @@ true ..\..\Source\ReactiveX.snk - true diff --git a/Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj b/Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj index f0cd25d153..5bb13ab0a0 100644 --- a/Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj +++ b/Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj @@ -29,7 +29,7 @@ - + diff --git a/azure-pipelines.rx.yml b/azure-pipelines.rx.yml index cf3b9859d0..36ccd541f5 100644 --- a/azure-pipelines.rx.yml +++ b/azure-pipelines.rx.yml @@ -154,24 +154,8 @@ stages: inputs: command: custom projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj - custom: add - arguments: package System.Reactive -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages - - - task: DotNetCoreCLI@2 - displayName: Update Aliases - inputs: - command: custom - projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj - custom: add - arguments: package System.Reactive.Observable.Aliases -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages - - - task: DotNetCoreCLI@2 - displayName: Update Testing - inputs: - command: custom - projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj - custom: add - arguments: package Microsoft.Reactive.Testing -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages + custom: restore + arguments: --configfile $(System.DefaultWorkingDirectory)/Rx.NET/Integration/NuGet.Config - task: DotNetCoreCLI@2 inputs: @@ -231,24 +215,8 @@ stages: inputs: command: custom projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj - custom: add - arguments: package System.Reactive -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages - - - task: DotNetCoreCLI@2 - displayName: Update Aliases - inputs: - command: custom - projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj - custom: add - arguments: package System.Reactive.Observable.Aliases -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages - - - task: DotNetCoreCLI@2 - displayName: Update Testing - inputs: - command: custom - projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj - custom: add - arguments: package Microsoft.Reactive.Testing -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages + custom: restore + arguments: --configfile $(System.DefaultWorkingDirectory)/Rx.NET/Integration/NuGet.Config - task: DotNetCoreCLI@2 inputs: