From 20d9d6ffe6eac7336cc605ed5290a86958bec76c Mon Sep 17 00:00:00 2001 From: Jason Ginchereau Date: Mon, 23 Oct 2023 12:44:33 -1000 Subject: [PATCH] Fix pipeline AOT publish command --- .ado/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ado/publish.yml b/.ado/publish.yml index 4e322c02..33399a10 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -77,6 +77,8 @@ jobs: --runtime ${{ matrixEntry.TargetRuntime }} --no-self-contained --framework $(DotNetMoniker) + -p:PublishAot=true + $(Build.SourcesDirectory)/src/NodeApi/NodeApi.csproj displayName: Build Native AOT binaries env: TargetFrameworks: $(DotNetMoniker)