提交 c942d2c9 编写于 作者: J Jared Parsons

Fix NuGet.exe location

上级 c4f9165c
......@@ -275,7 +275,7 @@ int PackFiles(string[] nuspecFiles, string licenseUrl)
{
string packageArgs = commonArgs.Replace($"-prop version=\"{BuildVersion}\"", $"-prop version=\"{GetPackageVersion(Path.GetFileNameWithoutExtension(file))}\"");
p.StartInfo.FileName = Path.GetFullPath(Path.Combine(SolutionRoot, "nuget.exe"));
p.StartInfo.FileName = Path.GetFullPath(Path.Combine(SolutionRoot, @"Binaries\Tools\nuget.exe"));
p.StartInfo.Arguments = $@"pack {file} {packageArgs}";
}
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册