Skip to content

Commit 7fb1d00

Browse files
committed
added AOT compilation steps to PR pipeline
1 parent 342a1cc commit 7fb1d00

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build-system/pr-validation.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,15 @@ jobs:
152152
scriptArgs: CreateNuget nugetprerelease=dev incremental
153153
outputDirectory: "bin/nuget"
154154
artifactName: "nuget_pack-$(Build.BuildId)"
155+
156+
- template: azure.aot.template.yaml
157+
parameters:
158+
name: "aot_linux"
159+
displayName: "AOT Compilation (Linux)"
160+
vmImage: "ubuntu-latest"
161+
162+
- template: azure.aot.template.yaml
163+
parameters:
164+
name: "aot_windows"
165+
displayName: "AOT Compilation (Windows)"
166+
vmImage: "windows-latest"

0 commit comments

Comments
 (0)