Skip to content

Commit 9664654

Browse files
Copilotnkolev92
andauthored
Add fast-fail package creation assertion in wrong-mapped-feed test
Agent-Logs-Url: https://github.com/NuGet/NuGet.Client/sessions/69387abc-7df5-4ffa-ba29-f76c06e50ea5 Co-authored-by: nkolev92 <[email protected]>
1 parent edaf988 commit 9664654

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/NuGet.Tests.Apex/NuGet.Tests.Apex/NuGetEndToEndTests/NuGetConsoleTestCase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ public async Task InstallPackageForPC_PackageSourceMapping_WithWrongMappedFeed_F
503503
var packageVersion = "1.0.0";
504504

505505
await CommonUtility.CreatePackageInSourceAsync(simpleTestPathContext.PackageSource, packageName, packageVersion);
506+
Assert.IsTrue(File.Exists(Path.Combine(simpleTestPathContext.PackageSource, $"{packageName}.{packageVersion}.nupkg")));
506507

507508
CommonUtility.CreateConfigurationFile(Path.Combine(solutionDirectory, "NuGet.config"), $@"<?xml version=""1.0"" encoding=""utf-8""?>
508509
<configuration>

0 commit comments

Comments
 (0)