jeudi 27 septembre 2007

Building ClickOnce application from the command line(Without VS2005)

I was looking for an alternative to use VS 2005 for publishing an application, And I found that MSBuild allow us to do that. the solution consists of using the .csproj file generated by visual studio and this command line : msbuild /target:publish.
A detailed explanation is available here : Building ClickOnce Applications from the Command Line

Aucun commentaire: