File tree Expand file tree Collapse file tree
tests/NuGetGallery.FunctionalTests/PackageCreation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 <Compile Remove =" Services\CorePackageFileService.cs" />
3535 </ItemGroup >
3636
37+ <ItemGroup >
38+ <None Remove =" Infrastructure\MigrateUserToOrganization.sql" />
39+ </ItemGroup >
40+
41+ <ItemGroup >
42+ <EmbeddedResource Include =" Infrastructure\MigrateUserToOrganization.sql" />
43+ </ItemGroup >
44+
3745 <ItemGroup >
3846 <PackageReference Include =" NuGet.Packaging" >
3947 <Version >5.8.0</Version >
Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ public async Task DuplicatePushesAreRejectedAndNotDeleted()
3535 // Arrange
3636 var packageId = $ "{ nameof ( DuplicatePushesAreRejectedAndNotDeleted ) } .{ Guid . NewGuid ( ) : N} ";
3737
38- int pushVersionCount = 10 ;
38+ // TODO: Increase this back to 10.
39+ // See: https://github.com/NuGet/NuGetGallery/issues/8368
40+ int pushVersionCount = 1 ;
3941 var duplicatePushTasks = new List < Task > ( ) ;
4042 for ( var duplicateTaskIndex = 0 ; duplicateTaskIndex < pushVersionCount ; duplicateTaskIndex ++ )
4143 {
You can’t perform that action at this time.
0 commit comments