From 14401cd203e70ddc2131487a645344c8e9e39099 Mon Sep 17 00:00:00 2001 From: Petr Date: Wed, 28 Feb 2024 15:30:55 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d3ccdd3792f7..8a159b5bf08f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -736,7 +736,7 @@ stages: condition: always() # Test trimming on Windows - - job: Build_And_Test_Trimming_Windows + - job: Build_And_Test_AOT_Windows pool: name: $(DncEngPublicBuildPool) demands: ImageOverride -equals $(WindowsMachineQueueName) @@ -767,9 +767,9 @@ stages: env: NativeToolsOnMachine: true displayName: Initial build and prepare packages. - - script: $(Build.SourcesDirectory)/tests/AheadOfTime/Trimming/check.cmd + - script: $(Build.SourcesDirectory)/tests/AheadOfTime/check.cmd displayName: Build, trim, publish and check the state of the trimmed app. - workingDirectory: $(Build.SourcesDirectory)/tests/AheadOfTime/Trimming + workingDirectory: $(Build.SourcesDirectory)/tests/AheadOfTime - task: PublishPipelineArtifact@1 displayName: Publish Trim Tests Logs inputs: