microsoft / security-utilities

Security utilities for key generation, string redaction, etc.
MIT License
25 stars 11 forks source link

chore: fix build script for first-time run #97

Closed rwoll closed 1 month ago

rwoll commented 1 month ago

Prior to this, if the user running the script had never installed a dotnet tool before, they would get an error when the script attempted to use nbgv. Despite the script auto-installing it, if dotnet tool has never run before, it won't be on the PATH yet since dotnet tool mutates that PATH but it doesn't get refreshed within the same session.