0
mgarcia created
Each time I deploy in release got to update appsettings.production.json manually.
2 Answer(s)
-
0
Can you talk about it specifically? There are set reference documents here. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-2.1
-
0
Hi @mgarcia
You need to create your own build pipeline. AspNet Zero doesn't provide a solution for that. For example, you can ignore appsettings.production.json from build pipeline so existing file on the server will not be overwritten.