Skip to content

Commit 765079c

Browse files
authored
Fix typo (#40726)
1 parent b4fd864 commit 765079c

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)