Skip to content

Commit e1fa853

Browse files
authored
Fix typo correctly (#40727)
1 parent 765079c commit e1fa853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ stages:
295295
inputs:
296296
packageType: sdk
297297
version: 3.1.x
298-
installationPath: $(Build.SourcesDirectory)./dotnet
298+
installationPath: $(Build.SourcesDirectory)/.dotnet
299299
workingDirectory: $(Build.SourcesDirectory)
300300
- powershell: . $(Build.SourcesDirectory)/activate.ps1;
301301
dotnet tool install BinLogToSln

0 commit comments

Comments
 (0)