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 16914db commit fdfbc00Copy full SHA for fdfbc00
eng/pipelines/build.yml
@@ -24,6 +24,7 @@ resources:
24
type: github
25
name: Azure/azure-sdk-for-net
26
endpoint: azure
27
+ ref: main
28
- repository: azure-sdk-build-tools
29
type: git
30
name: internal/azure-sdk-build-tools
@@ -233,7 +234,6 @@ stages:
233
234
- checkout: azure-sdk-tools
235
- task: PowerShell@2
236
displayName: Create pull request
- condition: and(succeeded(), eq(variables['HasChanges'], 'true'))
237
inputs:
238
pwsh: true
239
filePath: $(Build.SourcesDirectory)/azure-sdk-tools/eng/common/scripts/Submit-PullRequest.ps1
0 commit comments