提交 adeddef9 编写于 作者: A ashwini

Update to latest bee (be3d27e00f2f)

上级 633c80ed
...@@ -37,7 +37,7 @@ namespace BuildProgram ...@@ -37,7 +37,7 @@ namespace BuildProgram
{ {
var artifactName = item.Item1; var artifactName = item.Item1;
var artifactId = item.Item2; var artifactId = item.Item2;
var repoName = item.Item3; var repoName = new RepoName(item.Item3);
DownloadArtifact(artifactId, artifactName, repoName); DownloadArtifact(artifactId, artifactName, repoName);
} }
} }
...@@ -47,7 +47,7 @@ namespace BuildProgram ...@@ -47,7 +47,7 @@ namespace BuildProgram
} }
} }
private static void DownloadArtifact(string artifactId, string artifactName, string repoName) private static void DownloadArtifact(string artifactId, string artifactName, RepoName repoName)
{ {
Console.WriteLine($">>> Registering artifact {artifactName}"); Console.WriteLine($">>> Registering artifact {artifactName}");
var artifact = new StevedoreArtifact(repoName, new ArtifactId(artifactId)); var artifact = new StevedoreArtifact(repoName, new ArtifactId(artifactId));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册