Skip to content

Commit 89ca445

Browse files
authored
Remove InstallationPath to Install .NET Dependencies task (#1804)
1 parent be51313 commit 89ca445

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pipelines/PSResourceGet-Official.yml

-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ extends:
115115
inputs:
116116
packageType: 'sdk'
117117
useGlobalJson: true
118-
# 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\'
120118
workingDirectory: $(repoRoot)
121119

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

0 commit comments

Comments
 (0)