Skip to content

Commit 66b8772

Browse files
committed
Update to latest bee (be3d27e00f2f)
1 parent 59ce130 commit 66b8772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

external/buildscripts/Build.bee.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ internal static void Main()
3737
{
3838
var artifactName = item.Item1;
3939
var artifactId = item.Item2;
40-
var repoName = item.Item3;
40+
var repoName = new RepoName(item.Item3);
4141
DownloadArtifact(artifactId, artifactName, repoName);
4242
}
4343
}
@@ -47,7 +47,7 @@ internal static void Main()
4747
}
4848
}
4949

50-
private static void DownloadArtifact(string artifactId, string artifactName, string repoName)
50+
private static void DownloadArtifact(string artifactId, string artifactName, RepoName repoName)
5151
{
5252
Console.WriteLine($">>> Registering artifact {artifactName}");
5353
var artifact = new StevedoreArtifact(repoName, new ArtifactId(artifactId));

external/buildscripts/bee.exe

-67 KB
Binary file not shown.

0 commit comments

Comments
 (0)