Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eng | Initial YAML CI pipeline #2575

Merged
merged 18 commits into from
Jul 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add ci build variables
DavoudEshtehari committed Jun 14, 2024
commit 4b5f96ad0d7f6ab9a1fae83f990696da669c730f
25 changes: 25 additions & 0 deletions eng/pipelines/libraries/ci-build-variables.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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'