We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a67ea3 commit 44697aeCopy full SHA for 44697ae
.pipelines/PSResourceGet-Official.yml
@@ -116,7 +116,7 @@ extends:
116
packageType: 'sdk'
117
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\'
+ # installationPath: 'C:\Program Files\dotnet\'
120
workingDirectory: $(repoRoot)
121
122
- task: CodeQL3000Init@0 # Add CodeQL Init task right before your 'Build' step.
0 commit comments