microsoft / wdkmetadata

Tooling to generate metadata for Win32 APIs in the Windows Driver Kit (WDK).
Other
96 stars 10 forks source link

Update other callers to Install-DotNetTool #80

Closed philnach closed 3 weeks ago

philnach commented 3 weeks ago

Issue: Install-DotNetTool is called in the x64 build to set the version. Previous check-in #79 missed this call and broke x64 builds.

What's changed: This change adds the NuGetConfigFile param to the call. I've also updated the messaging to better let the caller of Install-DotNetTool know when the parameter is missed or the path to NuGet.config doesn't exist.

How verified: Ran the PR build and confirmed passed. Confirmed PR build received a version number as well which is what the nbgv tool is meant to provide.