Skip to content

Commit 103ac12

Browse files
committed
Updated pool choice to use the Azure DevOps project name.
1 parent 5d880c9 commit 103ac12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/pipelines/ci/package/sqlclient-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ variables:
9696
#- name: skipComponentGovernanceDetection
9797
# value: true
9898

99-
# Whether this is an internal (ADO) build that should strong-name sign.
99+
# Whether this is an internal (ADO.Net project) or public (Public project) build.
100100
- name: isInternalBuild
101-
value: ${{ startsWith(variables['Build.SourceBranch'], 'refs/heads/internal/') }}
101+
value: ${{ eq(variables['System.TeamProject'], 'ADO.Net') }}
102102

103103
# Package version suffix for CI builds.
104104
- name: buildSuffix

0 commit comments

Comments
 (0)