From 41172f755c8cde82c99d0f76ce7b3b79e1499555 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 25 Mar 2025 17:40:03 -0400 Subject: [PATCH] how about not global then? --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 59c2e91..72907d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { testcmd scp testcmd dotnet - dotnet tool install --global dotnet-ef + dotnet tool install dotnet-ef """ } }