Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Apr 13, 2023
1 parent e6d46f4 commit 8a6ec2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/Microsoft.NET.Build.Tests/SourceLinkTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public void Cpp()

testAsset = WithProperties(testAsset, ("EnableManagedpackageReferenceSupport", "true"));

CreateGitFiles(testAsset.Path, "https://github.com/a/b");
CreateGitFiles(testAsset.Path, "https://github.com/org/repo");

var buildCommand = new BuildCommand(testAsset, "NETCoreCppCliTest")
{
Expand Down

0 comments on commit 8a6ec2d

Please sign in to comment.