SAFE-Stack / SAFE-template

dotnet CLI template for SAFE project
MIT License
283 stars 88 forks source link

Use proper dotnet publish command #391

Closed isaacabraham closed 3 years ago

isaacabraham commented 4 years ago

We're using dotnet exec in the FAKE build script; I think that we could use the specific functions included in FAKE e.g. Dotnet.publish / Dotnet.build etc.

@matthid is there any reason that we shouldn't be using the built-in FAKE wrapper commands around dotnet tools? See here for what we currently are doing.