We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dee6ed commit a8877c1Copy full SHA for a8877c1
1 file changed
.ado/publish.yml
@@ -77,6 +77,8 @@ jobs:
77
--runtime ${{ matrixEntry.TargetRuntime }}
78
--no-self-contained
79
--framework $(DotNetMoniker)
80
+ -p:PublishAot=true
81
+ $(Build.SourcesDirectory)/src/NodeApi/NodeApi.csproj
82
displayName: Build Native AOT binaries
83
env:
84
TargetFrameworks: $(DotNetMoniker)
0 commit comments