amazon web services - Building zip file with Visual Studio -


i using visual studio 2013 develop website. website on github, , have server continuous integration set teamcity.

i trying website automatically deploy aws when change on github. have teamcity hooked up, aws cli having issues, need compile solution in teamcity zip file can deploy aws using workaround.

i've tried editing project files msbuild fix...i managed zip file output. however, ran problems general compilation.

what wondering is, since can publish website package visual studio, possible compile if publishing using build commands teamcity (or command line) result compiled project , website files needed run site in zip file?

you can create zipped artifact in teamcity. build project set artifacts build this:

outputfolder\*.dll=>myzipfile.zip outputfolder\*.whatever=>myzipfile.zip etc 

obviously you'll need change outputfolder files output build , patterns macth files want


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -