We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a33104 commit 266b8a5Copy full SHA for 266b8a5
.azure-pipelines/code-gen.yml
@@ -94,6 +94,7 @@ jobs:
94
git remote set-url origin https://azure-powershell-bot:$(GithubToken)@github.com/Azure/azure-powershell.git;
95
git push origin codegen/${{ parameters.ServiceName }} --force;
96
arguments: '-RequiredPsVersion $(PSVersion)'
97
+ pwsh: true
98
- pwsh: |
99
$SourceBranch = "$(Build.SourceBranch)"
100
$SourceBranch = $SourceBranch.Replace("refs/heads/", "")
0 commit comments