Skip to content

Commit cdb77f0

Browse files
committed
User Story 33636: Add Linux build support
- Explicity unsetting 'TF' variable inherited from 'ADO Build Properties' library.
1 parent 61c9b54 commit cdb77f0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

eng/pipelines/libraries/ci-build-variables.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ variables:
99
- group: 'ADO CI Packaging'
1010
- group: 'ADO Test Configuration Properties'
1111

12+
# Explicitly unset the TF variable inherited from the 'ADO Build properties'
13+
# library. It is not necessary for CI builds any more.
14+
#
15+
# TODO: Remove TF from the 'ADO Build properties' library.
16+
- name: TF
17+
value: ''
18+
1219
- name: buildNumber
1320
value: '$(Build.BuildNumber)'
14-
- name: TFNetCore
15-
value: 'net8.0'
1621
- name: SQLTarget
1722
value: 'localhost'
1823
- name: NugetPackageVersion

0 commit comments

Comments
 (0)