dotnet core iOS build

I’m using dotnet core and have a project created with the “mgios” template. I can get it to buid on my Mac using “dotnet build”, but I can’t find any resources on how to deploy it. In the short term, I just want to do a dev deployment to my phone via xcode. Longer term if things go well, I’ll want to publish to the app store.

Anyone know of any resources on how to deploy to ios via dotnet core + xcode?