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.
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.