Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psfinaki committed Feb 28, 2024
1 parent 6d4638c commit 14401cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 14401cd

Please sign in to comment.