We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d880c9 commit 103ac12Copy full SHA for 103ac12
1 file changed
eng/pipelines/ci/package/sqlclient-package.yml
@@ -96,9 +96,9 @@ variables:
96
#- name: skipComponentGovernanceDetection
97
# value: true
98
99
- # Whether this is an internal (ADO) build that should strong-name sign.
+ # Whether this is an internal (ADO.Net project) or public (Public project) build.
100
- name: isInternalBuild
101
- value: ${{ startsWith(variables['Build.SourceBranch'], 'refs/heads/internal/') }}
+ value: ${{ eq(variables['System.TeamProject'], 'ADO.Net') }}
102
103
# Package version suffix for CI builds.
104
- name: buildSuffix
0 commit comments