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 61c9b54 commit cdb77f0Copy full SHA for cdb77f0
eng/pipelines/libraries/ci-build-variables.yml
@@ -9,10 +9,15 @@ variables:
9
- group: 'ADO CI Packaging'
10
- group: 'ADO Test Configuration Properties'
11
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
+
19
- name: buildNumber
20
value: '$(Build.BuildNumber)'
- - name: TFNetCore
- value: 'net8.0'
21
- name: SQLTarget
22
value: 'localhost'
23
- name: NugetPackageVersion
0 commit comments