Skip to content
Merged
Changes from all commits
Commits
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
5 changes: 4 additions & 1 deletion build/crossgen2-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ parameters:
- displayName: Default
arguments: --property profile=default
condition: 'true'
# Disabled: consistently fails with ILCompiler.CodeGenerationFailedException (IndexOutOfRangeException
# in CorInfoImpl.HandleToModuleToken) during the crossgen2 composite publish, and on Windows runs has
# caused crank to hang, blocking the rest of the jobs in the pipeline.
Comment on lines +36 to +38
- displayName: CG2 composite # since 6.0-preview4 CG2 is the default when PublishReadyToRun=true is set
arguments: --property profile=composite --application.buildArguments \"/p:PublishReadyToRun=true /p:PublishReadyToRunComposite=true /p:PublishReadyToRunUseCrossgen2=true \"
condition: 'true'
condition: 'false'
- displayName: CG2 non-composite # /p:PublishReadyToRunComposite=false is the default
arguments: --property profile=non-composite --application.buildArguments \"/p:PublishReadyToRun=true /p:PublishReadyToRunUseCrossgen2=true /p:PublishReadyToRunComposite=false\"
condition: 'true'
Expand Down
Loading