Skip to content
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
235ad46
Sync .NET 9 SR12 with .NET 10 GA release (#32012)
PureWeen Oct 18, 2025
b83a5aa
[release/10.0.1xx] [net10.0] Update dependencies from dotnet/dotnet (…
github-actions[bot] Oct 18, 2025
27e0294
Update dependencies from https://github.com/dotnet/android build 10.0…
dotnet-maestro[bot] Oct 18, 2025
7abeb61
[release/10.0.1xx] Update dependencies from dotnet/macios (#32063)
dotnet-maestro[bot] Oct 18, 2025
3ff7164
[release/10.0.1xx] Update dependencies from dotnet/dotnet (#32078)
dotnet-maestro[bot] Oct 19, 2025
854eb6b
Update dependencies from https://github.com/dotnet/macios build 20251…
dotnet-maestro[bot] Oct 19, 2025
8ebd774
[ci] build stable packages (#32072)
rmarinho Oct 19, 2025
e4f199a
[release/10.0.1xx] Disable MAUI telemetry for Aspire ServiceDefaults …
github-actions[bot] Oct 20, 2025
d9f2e2f
Try servicing (#32098)
rmarinho Oct 20, 2025
a051c2f
[release/10.0.1xx] [iOS, Catalyst] Fixed CollectionView items height …
github-actions[bot] Oct 21, 2025
84a6cbe
[ci] Try better fix for iOS simulator (#32108) (#32124)
rmarinho Oct 22, 2025
fc1ed29
Remove Android environment variable file handling (#32122)
github-actions[bot] Oct 22, 2025
4beaa0c
[release/10.0.1xx] [testing] Ignore sample tests for ga (#32152)
github-actions[bot] Oct 22, 2025
4a7f359
[release/10.0.1xx] Try cleanup feeds (#32142)
rmarinho Oct 22, 2025
f105621
[XSG] trim color (#32066)
github-actions[bot] Oct 22, 2025
9530f5e
[XSG] resolve xRefs through listnodes (#32154)
github-actions[bot] Oct 22, 2025
671b7cc
[release/10.0.1xx] Add longPathAware to Windows app manifest in templ…
github-actions[bot] Oct 22, 2025
374bcae
Update dependencies from https://github.com/dotnet/android build 10.0…
dotnet-maestro[bot] Oct 22, 2025
569eb18
[release/10.0.1xx] Update dependencies from dotnet/macios (#32165)
dotnet-maestro[bot] Oct 23, 2025
abec0c4
Update dependencies from https://github.com/dotnet/macios build 20251…
dotnet-maestro[bot] Oct 23, 2025
b12e820
Update dependencies from https://github.com/dotnet/macios build 20251…
dotnet-maestro[bot] Oct 24, 2025
8484f83
[release/10.0.1xx] Sync DeveloperBalance sample changes from the MAUI…
github-actions[bot] Oct 24, 2025
15b8d6d
[XSG] enable diagnostis by default on Debug (#32065)
github-actions[bot] Oct 24, 2025
684a17b
[ci] Update release branch for internal builds (#32202)
rmarinho Oct 24, 2025
5ed770a
fix warnings in templates (#32195)
github-actions[bot] Oct 24, 2025
4b49e52
Fix appBarLayout so it extends correctly full screen (#32060) (#32061)
github-actions[bot] Oct 24, 2025
cbcbbc8
Update dependencies from https://github.com/dotnet/android build 10.0…
dotnet-maestro[bot] Oct 25, 2025
8891738
[release/10.0.1xx] Update dependencies from dotnet/macios (#32231)
dotnet-maestro[bot] Oct 27, 2025
9ab1a13
Update release ga (#32160)
rmarinho Oct 27, 2025
5bbd19e
Update dependencies from https://github.com/dotnet/macios build 20251…
dotnet-maestro[bot] Oct 28, 2025
3bb0f22
Duplicated the Empty option for backwards compat (#32228)
github-actions[bot] Oct 28, 2025
b3f5688
[release/10.0.1xx] Update dependencies from dotnet/android (#32235)
dotnet-maestro[bot] Oct 28, 2025
a5519f1
Update dependencies from https://github.com/dotnet/android build 10.0…
dotnet-maestro[bot] Oct 28, 2025
7ac8cad
Switch to using POST for .NET method invoke (#32246)
github-actions[bot] Oct 28, 2025
0a86d2f
Improve templates for GA (#32255)
mattleibow Oct 29, 2025
2a1ddfc
Update with new pipelines (#32264)
rmarinho Oct 29, 2025
9d881e9
[ci] Update pipelines (#32268)
rmarinho Oct 29, 2025
9f2bfbc
Update warning to ignore in SimpleTemplateTest (#32321)
mattleibow Nov 1, 2025
946460d
Merge branch 'release/10.0.1xx' into update-main-release
rmarinho Nov 3, 2025
6fcaf41
Update version
rmarinho Nov 3, 2025
6a4f501
Merge branch 'main' into update-main-release
rmarinho Nov 4, 2025
0c9afba
Fix versioning
rmarinho Nov 4, 2025
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
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
</PropertyGroup>

<PropertyGroup>
<NuGetAuditMode>all</NuGetAuditMode>
<NuGetAuditLevel>moderate</NuGetAuditLevel>
<NuGetAuditMode>direct</NuGetAuditMode>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This relaxes for soem changes with Magic nupkg

<NuGetAuditLevel>low</NuGetAuditLevel>
<RestoreEnablePackagePruning>false</RestoreEnablePackagePruning>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- The .NET product branding version -->
<MajorVersion>10</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>
<SdkBandVersion>10.0.100</SdkBandVersion>
<PreReleaseVersionLabel>ci.net10</PreReleaseVersionLabel>
<PreReleaseVersionLabel>ci.main</PreReleaseVersionLabel>
<PreReleaseVersionLabel Condition="'$(BUILD_SOURCEBRANCH)' == 'refs/heads/inflight/current'">ci.inflight</PreReleaseVersionLabel>
<PreReleaseVersionIteration>
</PreReleaseVersionIteration>
Expand Down
2 changes: 1 addition & 1 deletion eng/common/PSScriptAnalyzerSettings.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'PSStandardDSCFunctionsInResource',
'PSUseIdenticalMandatoryParametersForDSC',
'PSUseIdenticalParametersForDSC')
}
}
15 changes: 14 additions & 1 deletion eng/common/core-templates/job/publish-build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,16 @@ jobs:
flattenFolders: true
condition: ${{ parameters.condition }}
continueOnError: ${{ parameters.continueOnError }}

- task: NuGetAuthenticate@1

# Populate internal runtime variables.
- template: /eng/common/templates/steps/enable-internal-sources.yml
parameters:
legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw)

- template: /eng/common/templates/steps/enable-internal-runtimes.yml

- task: AzureCLI@2
displayName: Publish Build Assets
inputs:
Expand All @@ -128,10 +135,14 @@ jobs:
scriptLocation: scriptPath
scriptPath: $(System.DefaultWorkingDirectory)/eng/common/sdk-task.ps1
arguments: -task PublishBuildAssets -restore -msbuildEngine dotnet
-runtimeSourceFeed https://ci.dot.net/internal
-runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
/p:ManifestsPath='$(Build.StagingDirectory)/AssetManifests'
/p:IsAssetlessBuild=${{ parameters.isAssetlessBuild }}
/p:MaestroApiEndpoint=https://maestro.dot.net
/p:OfficialBuildId=$(OfficialBuildId)


condition: ${{ parameters.condition }}
continueOnError: ${{ parameters.continueOnError }}

Expand Down Expand Up @@ -195,6 +206,8 @@ jobs:
-ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}'
-SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}'
-SkipAssetsPublishing '${{ parameters.isAssetlessBuild }}'
-runtimeSourceFeed https://ci.dot.net/internal
-runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)

- ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}:
- template: /eng/common/core-templates/steps/publish-logs.yml
Expand Down
2 changes: 1 addition & 1 deletion eng/common/core-templates/job/source-index-stage1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:

- template: /eng/common/core-templates/steps/source-index-stage1-publish.yml
parameters:
binLogPath: ${{ parameters.binLogPath }}
binLogPath: ${{ parameters.binLogPath }}
9 changes: 9 additions & 0 deletions eng/common/core-templates/post-build/post-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,13 @@ stages:

- task: NuGetAuthenticate@1

# Populate internal runtime variables.
- template: /eng/common/templates/steps/enable-internal-sources.yml
parameters:
legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw)

- template: /eng/common/templates/steps/enable-internal-runtimes.yml

- task: AzureCLI@2
displayName: Publish Using Darc
inputs:
Expand All @@ -323,3 +330,5 @@ stages:
-ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}'
-SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}'
-SkipAssetsPublishing '${{ parameters.isAssetlessBuild }}'
-runtimeSourceFeed https://ci.dot.net/internal
-runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ steps:
storageAccount: dotnetbuilds
container: internal
permissions: rl
is1ESPipeline: ${{ parameters.is1ESPipeline }}
is1ESPipeline: ${{ parameters.is1ESPipeline }}
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ steps:
exit 1
}
Write-Host "Setting '${{ parameters.outputVariableName }}' with the access token value"
Write-Host "##vso[task.setvariable variable=${{ parameters.outputVariableName }};issecret=true;isOutput=${{ parameters.isStepOutputVariable }}]$accessToken"
Write-Host "##vso[task.setvariable variable=${{ parameters.outputVariableName }};issecret=true;isOutput=${{ parameters.isStepOutputVariable }}]$accessToken"
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ steps:
parameters:
is1ESPipeline: ${{ parameters.is1ESPipeline }}
${{ each parameter in parameters.args }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
2 changes: 2 additions & 0 deletions eng/common/core-templates/steps/publish-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ steps:
arguments: -InputPath '$(System.DefaultWorkingDirectory)/PostBuildLogs'
-BinlogToolVersion ${{parameters.BinlogToolVersion}}
-TokensFilePath '$(System.DefaultWorkingDirectory)/eng/BinlogSecretsRedactionFile.txt'
-runtimeSourceFeed https://ci.dot.net/internal
-runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
'$(publishing-dnceng-devdiv-code-r-build-re)'
'$(MaestroAccessToken)'
'$(dn-bot-all-orgs-artifact-feeds-rw)'
Expand Down
2 changes: 1 addition & 1 deletion eng/common/core-templates/steps/retain-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ steps:
displayName: Enable permanent build retention
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
BUILD_ID: $(Build.BuildId)
BUILD_ID: $(Build.BuildId)
2 changes: 1 addition & 1 deletion eng/common/core-templates/variables/pool-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ variables:
- ${{ if eq(parameters.is1ESPipeline, 'true') }}:
- template: /eng/common/templates-official/variables/pool-providers.yml
- ${{ else }}:
- template: /eng/common/templates/variables/pool-providers.yml
- template: /eng/common/templates/variables/pool-providers.yml
2 changes: 1 addition & 1 deletion eng/common/darc-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ catch {
Write-Host $_.ScriptStackTrace
Write-PipelineTelemetryError -Category 'Darc' -Message $_
ExitWithExitCode 1
}
}
2 changes: 1 addition & 1 deletion eng/common/dotnet-install.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0dotnet-install.ps1""" %*"
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0dotnet-install.ps1""" %*"
2 changes: 1 addition & 1 deletion eng/common/init-tools-native.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
powershell -NoProfile -NoLogo -ExecutionPolicy ByPass -command "& """%~dp0init-tools-native.ps1""" %*"
exit /b %ErrorLevel%
exit /b %ErrorLevel%
2 changes: 1 addition & 1 deletion eng/common/loc/P22DotNetHtmlLocalization.lss
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
</optionSet>
</optionSet>
</optionSet>
</LS_SETTINGS_FILE>
</LS_SETTINGS_FILE>
2 changes: 1 addition & 1 deletion eng/common/msbuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ catch {
ExitWithExitCode 1
}

ExitWithExitCode 0
ExitWithExitCode 0
4 changes: 3 additions & 1 deletion eng/common/post-build/publish-using-darc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ param(
[Parameter(Mandatory=$false)][string] $ArtifactsPublishingAdditionalParameters,
[Parameter(Mandatory=$false)][string] $SymbolPublishingAdditionalParameters,
[Parameter(Mandatory=$false)][string] $RequireDefaultChannels,
[Parameter(Mandatory=$false)][string] $SkipAssetsPublishing
[Parameter(Mandatory=$false)][string] $SkipAssetsPublishing,
[Parameter(Mandatory=$false)][string] $runtimeSourceFeed,
[Parameter(Mandatory=$false)][string] $runtimeSourceFeedKey
)

try {
Expand Down
4 changes: 3 additions & 1 deletion eng/common/post-build/redact-logs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ param(
# File with strings to redact - separated by newlines.
# For comments start the line with '# ' - such lines are ignored
[Parameter(Mandatory=$false)][string] $TokensFilePath,
[Parameter(ValueFromRemainingArguments=$true)][String[]]$TokensToRedact
[Parameter(ValueFromRemainingArguments=$true)][String[]]$TokensToRedact,
[Parameter(Mandatory=$false)][string] $runtimeSourceFeed,
[Parameter(Mandatory=$false)][string] $runtimeSourceFeedKey
)

try {
Expand Down
2 changes: 2 additions & 0 deletions eng/common/sdk-task.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Param(
[switch][Alias('nobl')]$excludeCIBinaryLog,
[switch]$noWarnAsError,
[switch] $help,
[string] $runtimeSourceFeed = '',
[string] $runtimeSourceFeedKey = '',
[Parameter(ValueFromRemainingArguments=$true)][String[]]$properties
)

Expand Down
2 changes: 1 addition & 1 deletion eng/common/sdl/NuGet.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
Expand Down
2 changes: 1 addition & 1 deletion eng/common/sdl/sdl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ function Install-Gdn {
}

return $gdnCliPath.FullName
}
}
2 changes: 1 addition & 1 deletion eng/common/templates-official/jobs/source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jobs:
is1ESPipeline: true

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ variables:
is1ESPipeline: true

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ steps:
is1ESPipeline: true

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ steps:
is1ESPipeline: true

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ steps:
is1ESPipeline: true

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
2 changes: 1 addition & 1 deletion eng/common/templates-official/variables/pool-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ variables:
False,
'NetCore1ESPool-Internal'
)
]
]
2 changes: 1 addition & 1 deletion eng/common/templates-official/variables/sdl-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ variables:
- name: DefaultGuardianVersion
value: 0.109.0
- name: GuardianPackagesConfigFile
value: $(System.DefaultWorkingDirectory)\eng\common\sdl\packages.config
value: $(System.DefaultWorkingDirectory)\eng\common\sdl\packages.config
2 changes: 1 addition & 1 deletion eng/common/templates/jobs/source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jobs:
is1ESPipeline: false

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
2 changes: 1 addition & 1 deletion eng/common/templates/post-build/common-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ variables:
is1ESPipeline: false

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
2 changes: 1 addition & 1 deletion eng/common/templates/post-build/post-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ stages:
is1ESPipeline: false

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
2 changes: 1 addition & 1 deletion eng/common/templates/post-build/setup-maestro-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ steps:
is1ESPipeline: false

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
2 changes: 1 addition & 1 deletion eng/common/templates/steps/enable-internal-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ steps:
is1ESPipeline: false

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
2 changes: 1 addition & 1 deletion eng/common/templates/steps/get-federated-access-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ steps:
is1ESPipeline: false

${{ each parameter in parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
${{ parameter.key }}: ${{ parameter.value }}
2 changes: 1 addition & 1 deletion eng/common/templates/steps/publish-pipeline-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ steps:
${{ if parameters.args.parallelCount }}:
parallelCount: ${{ parameters.args.parallelCount }}
${{ if parameters.args.properties }}:
properties: ${{ parameters.args.properties }}
properties: ${{ parameters.args.properties }}
4 changes: 2 additions & 2 deletions eng/pipelines/arcade/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ variables:
- name: _PublishArgs
value: >-
/p:DotNetPublishUsingPipelines=true
# - name: _OfficialBuildIdArgs
# value: /p:OfficialBuildId=$(BUILD.BUILDNUMBER)
- name: _OfficialBuildIdArgs
value: /p:OfficialBuildId=$(BUILD.BUILDNUMBER) /p:_SkipUpdateBuildNumber=true -runtimeSourceFeed https://ci.dot.net/internal -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
# needed for signing
- name: _SignType
value: real
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/common/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:
jobs:
- job : generate_lci
displayName: 'Process outgoing strings'
pool: $(HostedWinVS2019)
pool: $(1ESPTPool)

variables:
- group: OneLocBuildVariables # Contains the CeapexPat and GithubPat
Expand Down
36 changes: 20 additions & 16 deletions eng/pipelines/common/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,28 @@ parameters:
skipInternalFeeds: true

steps:

##################################################
# Provisioning macOS #
# Provisioning Feeds #
##################################################

- ${{ if ne(parameters.skipInternalFeeds, 'true') }}:
- template: ../../common/templates-official/steps/enable-internal-sources.yml
parameters:
legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw)

- template: ../../common/templates-official/steps/enable-internal-runtimes.yml
parameters:
federatedServiceConnection: ${{ parameters.federatedServiceConnection }}
outputVariableName: ${{ parameters.outputVariableName }}
expiryInHours: ${{ parameters.expiryInHours }}
base64Encode: ${{ parameters.base64Encode }}


##################################################
# Provisioning macOS #
##################################################

#check if the _tool directory exists and remove it
- pwsh: |
$dotnetToolsPath = "$(Agent.ToolsDirectory)/dotnet"
Expand Down Expand Up @@ -275,18 +293,4 @@ steps:
displayName: 'Provision Android SDK - Create AVDs'
condition: succeeded()
env:
AndroidSdkProvisionApiLevel: ${{ parameters.androidEmulatorApiLevel }}

##################################################
# Provisioning Feeds #
##################################################

- ${{ if and(eq(variables['System.TeamProject'], 'devdiv'), ne(parameters.skipInternalFeeds, 'true')) }}:
- template: ../../common/templates-official/steps/enable-internal-sources.yml

- template: ../../common/templates-official/steps/enable-internal-runtimes.yml
parameters:
federatedServiceConnection: ${{ parameters.federatedServiceConnection }}
outputVariableName: ${{ parameters.outputVariableName }}
expiryInHours: ${{ parameters.expiryInHours }}
base64Encode: ${{ parameters.base64Encode }}
AndroidSdkProvisionApiLevel: ${{ parameters.androidEmulatorApiLevel }}
4 changes: 4 additions & 0 deletions eng/pipelines/common/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ variables:
value: false
- name: _InternalBuildArgs
value: ''
- name: cfsNugetWarnLevel
value: warn
- name: nugetMultiFeedWarnLevel
value: none

# Variable groups required for all builds
- ${{ if and(ne(variables['Build.DefinitionName'], 'maui-pr'), ne(variables['Build.DefinitionName'], 'dotnet-maui'), ne(variables['Build.DefinitionName'], 'maui-pr-devicetests')) }}:
Expand Down
Loading
Loading