Skip to content

Commit 1fb7a9b

Browse files
author
charl
committed
Update Tools Scripts
FossilOrigin-Name: c892de4c0e42588e0c9daa60d82127e3b0ae2f49a79d9d769c5ad309402b2c2a
1 parent 3c81ca6 commit 1fb7a9b

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Diff for: TimelapseHelper/Tools-InstallMetalama.ps1

-1
This file was deleted.

Diff for: TimelapseHelper/Tools-UpdateMetalama.ps1

-1
This file was deleted.

Diff for: Tools-InstallGlobalTools.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dotnet tool install -g metalama.tool;
2+
dotnet tool install -g dotnet-script;

Diff for: Tools-UpdateAllTools.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dotnet tool list -g | ForEach-Object {$index = 0} { $index++; if($index -gt 2) { dotnet tool update -g $_.split(" ")[0] } }

0 commit comments

Comments
 (0)