Build server prototype (integration with GitHub / NuGet / etc)
 
 
 
 
micro-build-server/BuildServer/lib/tasks/dotnetpackwebapp.template.bat

2 lines
86 B

msdeploy -verb:sync -source:package="{{{package}}}" -dest:iisApp="{{{iisApp}}}"
pause