Skip to content

Commit 2bdc79e

Browse files
committed
Correct internal NuGet config filename computation
1 parent fcfafb8 commit 2bdc79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Microsoft.DotNet.Docker.Tests/TestSolution.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private string CreateTestSolutionWithSdkImage(string solutionDir, string appType
5959
string nuGetConfigFileName = "NuGet.config";
6060
if (Config.IsInternal)
6161
{
62-
nuGetConfigFileName += "NuGet.config.internal";
62+
nuGetConfigFileName = "NuGet.config.internal";
6363
}
6464
else if (Config.IsNightlyRepo)
6565
{

0 commit comments

Comments
 (0)