From bdddf72e13fed7204d4847871a84a04c737bbb9f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 9 Dec 2020 08:34:17 -0600 Subject: [PATCH] =?UTF-8?q?fix(directory):=20=F0=9F=93=A6=F0=9F=90=9B=20us?= =?UTF-8?q?e=20net5.0=20SDK=20for=20migration?= 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 d7b09a6ab..e0a803eb3 100644 --- a/services/Directory/azure-pipelines.migrate.yaml +++ b/services/Directory/azure-pipelines.migrate.yaml @@ -81,7 +81,7 @@ steps: displayName: use latest dotnet sdk condition: and(eq(variables['abortJustMigrated.aborted'], 'false'), succeeded()) inputs: - version: 3.x + version: 5.x - task: CmdLine@2 displayName: install ef dotnet tool