C#: Address review comments.

This commit is contained in:
Michael Nebel
2023-08-29 09:33:11 +02:00
parent e19c7758ed
commit 5de8d9181d
3 changed files with 3 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ namespace Semmle.Autobuild.Shared
})
&
BuildScript.DownloadFile(
FileUtils.nugetExeUrl,
FileUtils.NugetExeUrl,
path,
e => builder.Log(Severity.Warning, $"Failed to download 'nuget.exe': {e.Message}"))
&