1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-09 09:41:37 +00:00

Removing non prod modules

This commit is contained in:
Shivam Gupta
2021-03-31 10:46:15 +05:30
parent a3f3ca8682
commit 2135353bc1
281 changed files with 2813 additions and 911687 deletions
Generated Vendored
+6 -6
View File
@@ -1,7 +1,7 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\uuid\bin\uuid" %*
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\uuid\bin\uuid" %*
)