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 03db7ae commit 69da788Copy full SHA for 69da788
eng/packages/http-client-csharp/ci.yml
@@ -66,7 +66,7 @@ extends:
66
${{ else }}: # All automatic runs publish, but only CI of main goes public
67
ShouldPublish: true
68
PublishDependsOnTest: false
69
- PublishPublic: ${{ and(eq(variables['Build.Reason'], 'IndividualCI'), eq(variables['Build.SourceBranch'], 'refs/head/main')) }}
+ PublishPublic: ${{ and(eq(variables['Build.Reason'], 'IndividualCI'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}
70
RegenerationJobCount: 5
71
MinimumPerJob: 10
72
OnlyGenerateTypespec: true
0 commit comments