From 765079c6568775cea256e29cd409e95c3619dd99 Mon Sep 17 00:00:00 2001 From: William Godbe <wigodbe@microsoft.com> Date: Tue, 15 Mar 2022 13:39:57 -0700 Subject: [PATCH] Fix typo (#40726) --- .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 c2995aff4a3..c9870673c0b 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