Skip to content

Commit 8f346e3

Browse files
committed
Resetup testing.
1 parent be55f55 commit 8f346e3

File tree

1 file changed

+32
-20
lines changed

1 file changed

+32
-20
lines changed

azure-pipelines.yml

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
channels:
249249
- release/7.0
250250

251-
# Maui scenario benchmarks
251+
# Maui Android scenario benchmarks
252252
- template: /eng/performance/build_machine_matrix.yml
253253
parameters:
254254
jobTemplate: /eng/performance/scenarios.yml
@@ -383,25 +383,37 @@ jobs:
383383

384384

385385
- ${{ if and(ne(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'Manual'), not(parameters.runPublicJobs), not(parameters.runScheduledPrivateJobs), not(parameters.runPrivateJobs)) }}:
386-
- job: Synchronize
387-
pool:
388-
name: NetCore1ESPool-Internal-NoMSI
389-
demands: ImageOverride -equals 1es-windows-2019
390-
steps:
391-
- task: UseDotNet@2
392-
displayName: Install .NET 6.0 runtime
393-
inputs:
394-
version: 6.x
395-
396-
- script: dotnet tool restore
397-
398-
- task: AzureCLI@2
399-
inputs:
400-
azureSubscription: .NET Performance (790c4451-dad9-4fda-af8b-10bd9ca328fa)
401-
scriptType: ps
402-
scriptLocation: inlineScript
403-
inlineScript: |
404-
Get-ChildItem .vault-config/*.yaml |% { dotnet secret-manager synchronize $_}
386+
- template: /eng/performance/build_machine_matrix.yml
387+
parameters:
388+
jobTemplate: /eng/performance/scenarios.yml
389+
buildMachines:
390+
- win-x64-android-arm64
391+
isPublic: false
392+
jobParameters:
393+
kind: maui_scenarios_android
394+
projectFile: maui_scenarios_android.proj
395+
channels:
396+
- release/7.0
397+
398+
# - job: Synchronize
399+
# pool:
400+
# name: NetCore1ESPool-Internal-NoMSI
401+
# demands: ImageOverride -equals 1es-windows-2019
402+
# steps:
403+
# - task: UseDotNet@2
404+
# displayName: Install .NET 6.0 runtime
405+
# inputs:
406+
# version: 6.x
407+
408+
# - script: dotnet tool restore
409+
410+
# - task: AzureCLI@2
411+
# inputs:
412+
# azureSubscription: .NET Performance (790c4451-dad9-4fda-af8b-10bd9ca328fa)
413+
# scriptType: ps
414+
# scriptLocation: inlineScript
415+
# inlineScript: |
416+
# Get-ChildItem .vault-config/*.yaml |% { dotnet secret-manager synchronize $_}
405417

406418
################################################
407419
# Scheduled Private jobs (Weekly)

0 commit comments

Comments
 (0)