Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 552839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:32:32+00:00 2026-05-13T11:32:32+00:00

Is there a way to have Visual Studio 2008 execute the Publish Now button from the

  • 0

Is there a way to have Visual Studio 2008 execute the “Publish Now” button from the command line?

I’ve seen posts that suggest to use msbuild /target:publish to call it. That is OK, but MSBuild doesn’t increment the revision number. I’m hoping for something like:

devenv mysolution.sln /publish
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:32:33+00:00Added an answer on May 13, 2026 at 11:32 am

    To increment build numbers, I am using MSBuild Extension pack inside my .csproj file as follows:

    <Target Name="BeforeBuild" Condition=" '$(Configuration)|$(Platform)' == 'Release-VersionIncrement|AnyCPU' ">
      <CallTarget Targets="CleanAppBinFolder" />
      <MSBuild.ExtensionPack.VisualStudio.TfsSource TaskAction="Checkout" ItemCol="@(AssemblyInfoFiles)" WorkingDirectory="C:\inetpub\wwwroot\MySolution" ContinueOnError="true" />
      <!-- Microsoft's task that goes over assembly files and increments revision number. -->
      <MSBuild.ExtensionPack.Framework.AssemblyInfo Condition="'$(Optimize)'=='True' " AssemblyInfoFiles="@(AssemblyInfoFiles)" AssemblyRevisionType="AutoIncrement" AssemblyFileRevisionType="AutoIncrement">
        <Output TaskParameter="MaxAssemblyVersion" PropertyName="MaxAssemblyVersion" />
      </MSBuild.ExtensionPack.Framework.AssemblyInfo>
      <Message Text="----current version---: '$(MaxAssemblyVersion)'" />
    </Target>
    

    This way, anytime the configuration is set to Release-VersionIncrement, the version number is changed. When this is done, I can use the following MSBuild command to publish it:

    msbuild c:\projects\MyProject.csproj
    /t:ResolveReferences;_CopyWebApplication
    /p:Configuration=Release;BuildingProject=true;WebProjectOutputDir=c:\inetpub\wwwroot\OutputProject\MyProjectOutput;OutDir=c:\inetpub\wwwroot\OutputProject\MyProjectOutput

    Note that this is for an ASP.NET 3.5 web application.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to have Visual Studio 2008 automatically add heading information to
Is there a way to have visual studio automatically copy files I save in
Is there a way to have Visual Studio 2010 save the SQL you've developed
Is there a way to place a watch on variable and only have Visual
I have a Qt application in Visual Studio 2005 which is linked using \subsystem:windows such that
In some C# code I have taken over (in Visual Studio 2005), I have noticed that
Is there a way in Visual Studio 2010 to automatically specify a post build
Is there a way in Crystal Reports 2008 to have a preview of page
Is there any way to have something that looks just like a file on
Is there a way to have TortoiseSVN (or any other tool) auto-add any new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.