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.