From 7f8636d4e395e855ea5ff5351a96af691a127a9a Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Tue, 28 Nov 2023 20:29:16 -0600 Subject: [PATCH] =?UTF-8?q?fix(migrate):=20=F0=9F=90=9B=20pin=20migrate=20?= =?UTF-8?q?dotnet-ef=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/Directory/azure-pipelines.migrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/Directory/azure-pipelines.migrate.yaml b/services/Directory/azure-pipelines.migrate.yaml index 6617554e8..dfbbdf63c 100644 --- a/services/Directory/azure-pipelines.migrate.yaml +++ b/services/Directory/azure-pipelines.migrate.yaml @@ -85,7 +85,7 @@ steps: displayName: install ef dotnet tool condition: and(eq(variables['abortJustMigrated.aborted'], 'false'), succeeded()) inputs: - script: dotnet tool install -g dotnet-ef + script: dotnet tool install --global dotnet-ef --version 7.* - task: Bash@3 displayName: revert existing PR migration