svn - How to force deployment through CI server in Azure? -


we have architecture :

  • production servers limited access
  • subversion server developpers can commit
  • teamcity server build websites svn , deploy production server

the purpose make impossible deploy website without commiting code appropriate branch. , it's working well.

now we're moving stuff azure. , don't want put publish profile in project because if 1 can publish visual studio instance.

i thought : create publish profiles azure account, upload them ci server , passe absolute path publishprofile msbuild parameter.

do think there cleaner way : i'd prefer profile uploading directly in teamcity.


Comments