Skip to content

Commit

Permalink
Remove redundant options
Browse files Browse the repository at this point in the history
Remove redundant options from move to native AoT.
  • Loading branch information
martincostello authored Dec 1, 2023
1 parent efaa248 commit c1c7089
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ function DotNetPublish {
$additionalArgs += "true"
$additionalArgs += "/p:AssemblyName=bootstrap"
$additionalArgs += "/p:IlcInstructionSet=armv8.2-a"
$additionalArgs += "/p:PublishAot=true"
$additionalArgs += "/p:PublishReadyToRun=true"
}

& $dotnet publish $Project $additionalArgs
Expand Down

0 comments on commit c1c7089

Please sign in to comment.