forked from dotnet/SqlClient
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathci-build-variables.yml
25 lines (23 loc) · 950 Bytes
/
ci-build-variables.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#################################################################################
# Licensed to the .NET Foundation under one or more agreements. #
# The .NET Foundation licenses this file to you under the MIT license. #
# See the LICENSE file in the project root for more information. #
#################################################################################
variables:
- group: 'ADO Build properties'
- group: 'ADO CI Packaging'
- group: 'ADO Test Configuration Properties'
- name: buildNumber
value: '$(Build.BuildNumber)'
- name: TFNetCore
value: 'net6.0'
- name: SQLTarget
value: 'localhost'
- name: NugetPackageVersion
value: $(Major).$(Minor)$(Patch)-pull.1$(buildnumber)
- name: skipComponentGovernanceDetection
value: true
- name: runCodesignValidationInjection
value: false
- name: packagePath
value: '$(Build.SourcesDirectory)/packages'