Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can monodevelop do Web.config transformations like no VS2010

It's very important to have Web.config transformations when we want to avoid errors while publishing for staging or production. Can this be done using monodevelop? I've search for a solution without any success.

like image 710
Rui Marques Avatar asked Jan 18 '23 19:01

Rui Marques


1 Answers

I'm answering after a long time in case someone finds this question.
I have developed a way to publish a ASP.NET project through xbuild (not directly through Monodevelop) with Web.config transformations.
You can find it here.

like image 126
Marcelo Zabani Avatar answered Jan 20 '23 09:01

Marcelo Zabani