From e1fa8532364324fae990f5ec2d23fd6334e1b827 Mon Sep 17 00:00:00 2001
From: William Godbe <wigodbe@microsoft.com>
Date: Tue, 15 Mar 2022 13:41:52 -0700
Subject: [PATCH] Fix typo correctly (#40727)

---
 .azure/pipelines/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index c9870673c0b..cdac5c8346b 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -295,7 +295,7 @@ stages:
           inputs:
             packageType: sdk
             version: 3.1.x
-            installationPath: $(Build.SourcesDirectory)./dotnet
+            installationPath: $(Build.SourcesDirectory)/.dotnet
             workingDirectory: $(Build.SourcesDirectory)
         - powershell: . $(Build.SourcesDirectory)/activate.ps1;
             dotnet tool install BinLogToSln
-- 
GitLab