Skip to content

Commit a8877c1

Browse files
authored
Fix pipeline AOT publish command (#167)
1 parent 8dee6ed commit a8877c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.ado/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
--runtime ${{ matrixEntry.TargetRuntime }}
7878
--no-self-contained
7979
--framework $(DotNetMoniker)
80+
-p:PublishAot=true
81+
$(Build.SourcesDirectory)/src/NodeApi/NodeApi.csproj
8082
displayName: Build Native AOT binaries
8183
env:
8284
TargetFrameworks: $(DotNetMoniker)

0 commit comments

Comments
 (0)