Enable dotnet build for ArcGIS Pro add-ins and configurations

266
0
12-14-2023 02:15 PM
Status: Open
StephenRhea_NV5
Occasional Contributor

Following up on this question (CodeTaskFactory not included in .NET Core) it would be great to use `dotnet build` in a CI/CD pipeline instead of `msbuild`. We're following the monorepo paradigm with dockerized builds, and being able to use a single lightweight image to compile the API and add-in would make things much more efficient. Our images are shared across multiple repos, so we don't want to add msbuild to the dotnet-sdk image just for a single repo.