File tree Expand file tree Collapse file tree
eng/common/pipelines/templates/stages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ stages:
5656
5757 - template : /eng/common/pipelines/templates/steps/install-azsdk-cli.yml
5858
59- - task : PowerShell @2
59+ - task : AzureCLI @2
6060 name : resolve
6161 displayName : Determine releasable packages
6262 env :
@@ -65,8 +65,10 @@ stages:
6565 # Map the secret token to env so it is not written to the task command line.
6666 GH_TOKEN : $(GH_TOKEN)
6767 inputs :
68- pwsh : true
69- filePath : $(System.DefaultWorkingDirectory)/eng/common/scripts/Resolve-AutoReleasePackages.ps1
68+ azureSubscription : opensource-api-connection
69+ scriptType : pscore
70+ scriptLocation : scriptPath
71+ scriptPath : $(System.DefaultWorkingDirectory)/eng/common/scripts/Resolve-AutoReleasePackages.ps1
7072 arguments : >
7173 -CommitSha "$(Build.SourceVersion)"
7274 -RepoId "$(Build.Repository.Name)"
You can’t perform that action at this time.
0 commit comments