We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909576a commit 083a892Copy full SHA for 083a892
Build/init.ps1
@@ -20,7 +20,7 @@ $msbuildPath = Join-Path -Path $VsPath -ChildPath "\MSBuild"
20
21
# Install dotnet CLI tools declared in /.config/dotnet-tools.json
22
pushd $root
23
-dotnet tool install
+dotnet tool restore
24
popd
25
26
# Install .NET nanoFramework build components
0 commit comments