tfs2013 - TFS Build: How to get EXE file deployed to website -


i have tfs build definition builds/deploys web project our internal iis server. works fine. however, build/deploy winforms app (.exe) same web site.

i did add winforms solution build definition. tfs builds .exe , copies drops folder. it's not in _publishedwebsites folder.

i've been manually copying file on web site. there way automate this?

thanks in advance!

in xaml build, can check in script, , specify post-build script path in xaml build definition. this script gathers of typical binary types typical locations , copies them folder tfbuild copies , drops staging location. check more information run script in xaml build process @ website: https://msdn.microsoft.com/library/dn376353%28v=vs.120%29.aspx

if upgrade tfs 2015, in new build system, can add publishbuildartifacts task in build definition. how use task, check: https://www.visualstudio.com/en-us/docs/build/steps/utility/publish-build-artifacts


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -