Skip to content

Commit

Permalink
Fix pipeline AOT publish command (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin authored Oct 23, 2023
1 parent 8dee6ed commit a8877c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a8877c1

Please sign in to comment.