AppHarbor Web.config transforms not being applied -
AppHarbor Web.config transforms not being applied -
i developing application in servicestack , trying sort out deployment on appharbor, reason web.config transforms not beingness applied.
i had web.appharbor.config file , changed environment setting "appharbor" - 1 time failed work after several updates, gave , changed environment setting "release" , copied desired transformations web.release.config file.
app gets deployed ok config settings not reflect values in transform file (i verify login on twitter , seeing callback url twitter auth still tries redirect me localhost, 1 of settings alter in transform file)
i have tried transform tester tool , works expected.
manually publishing web application local folder correctly applies transformations according selected configuration
does have working? there obvious i'm missing?
thanks
it sounds web.release.config
file not included in build output. need set build action
attribute content
include in build output.
you can confirm whether file included in output downloading build log page.
appharbor
Comments
Post a Comment