Browse Source

Fix typo correctly (#40727)

William Godbe 4 years ago
parent
commit
e1fa853236
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .azure/pipelines/ci.yml

+ 1 - 1
.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