-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathvariables.yml
More file actions
44 lines (34 loc) · 2.67 KB
/
variables.yml
File metadata and controls
44 lines (34 loc) · 2.67 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
variables:
BUILD_NUMBER: $(Build.BuildNumber)
BUILD_COMMIT: $(Build.SourceVersion)
# Build variables
mainBranchName: main # Name of Git "main" branch
configuration: Release # Build configuration: 'Debug', 'Release'
verbosity: 'normal' # Build verbosity: 'minimal', 'normal', 'diagnostic'
# Reporting variables
areaPath: DevDiv\VS Client - Runtime SDKs\Android # AzDo area path to log any issues
# Windows specific variables
windowsAgentPoolName: Maui-1ESPT # Windows VM pool name
windowsImage: 1ESPT-Windows2022 # Windows VM image name
# macOS specific variables
macosAgentPoolName: VSEng-VSMac-Xamarin-Shared # macOS VM pool name
# Tool variables
dotnetVersion: '9.0.201' # .NET version to install on agent
dotnetWorkloadRollbackFile: 'workloads.json' # Rollback file specifying workload versions to install
dotnetNuGetOrgSource: 'https://api.nuget.org/v3/index.json' # NuGet.org URL to find workloads
dotnetWorkloadSource: 'https://aka.ms/dotnet6/nuget/index.json' # .NET engineering URL to find workloads
# Standard test variables
standardTestProject: tests/allpackages/AllPackagesTests.csproj # Standard tests project file
standardTestAssembly: tests/allpackages/bin/$(configuration)/net8.0/AllPackagesTests.dll # Standard tests compiled binary
skipUnitTests: false
skipSamplesTests: true
# Extended test variables
extendedTestProject: tests/extended/ExtendedTests.csproj # Extended tests project file
extendedTestAssembly: tests/extended/bin/$(configuration)/net8.0/ExtendedTests.dll # Extended tests compiled binary
# dotnet-next test variables
dotnetNextVersion: 9.0.201 # .NET preview version to install
dotnetNextFrameworkVersion: 9 # The number to use for TF (eg: net9.0-android)
dotnetNextApiLevel: 35 # The Android SDK API Level to use (eg: -android35.0)
# dnceng-public variables
NetCorePublicPoolName: NetCore-Public-XL
WindowsPoolImageNetCorePublic: windows.vs2022.amd64.open