Skip to content

Commit 083a892

Browse files
committed
dotnet tool restore
1 parent 909576a commit 083a892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/init.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $msbuildPath = Join-Path -Path $VsPath -ChildPath "\MSBuild"
2020

2121
# Install dotnet CLI tools declared in /.config/dotnet-tools.json
2222
pushd $root
23-
dotnet tool install
23+
dotnet tool restore
2424
popd
2525

2626
# Install .NET nanoFramework build components

0 commit comments

Comments
 (0)