Skip to content

Commit 44697ae

Browse files
committed
remove InstallationPath to Install .NET Dependencies task
1 parent 8a67ea3 commit 44697ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/PSResourceGet-Official.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ extends:
116116
packageType: 'sdk'
117117
useGlobalJson: true
118118
# this is to ensure that we are installing the dotnet at the same location as container by default install the dotnet sdks
119-
installationPath: 'C:\Program Files\dotnet\'
119+
# installationPath: 'C:\Program Files\dotnet\'
120120
workingDirectory: $(repoRoot)
121121

122122
- task: CodeQL3000Init@0 # Add CodeQL Init task right before your 'Build' step.

0 commit comments

Comments
 (0)