From 5d9f7f05234701e6f95c79407245ffb20bf3afe8 Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Thu, 6 Mar 2025 18:47:07 -0500 Subject: [PATCH] Remove InstallationPath to Install .NET Dependencies task --- .pipelines/PSResourceGet-Official.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pipelines/PSResourceGet-Official.yml b/.pipelines/PSResourceGet-Official.yml index ae6e2d484..cc51e2e78 100644 --- a/.pipelines/PSResourceGet-Official.yml +++ b/.pipelines/PSResourceGet-Official.yml @@ -115,8 +115,6 @@ extends: inputs: packageType: 'sdk' useGlobalJson: true - # this is to ensure that we are installing the dotnet at the same location as container by default install the dotnet sdks - installationPath: 'C:\Program Files\dotnet\' workingDirectory: $(repoRoot) - task: CodeQL3000Init@0 # Add CodeQL Init task right before your 'Build' step.