Running an executable or class automatically after build?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • richard.sutcliffe@gmail.com

    #1

    Running an executable or class automatically after build?

    I've written a class to automatically produce a Google sitemap file for
    my ASP.NET projects.

    What I'd like to do is automatically run this when I build my project
    so that a new sitemap is produced whenever I make changes. I can make
    this into a console app, if it makes the job easier.

    Can anyone point to a simple way to do this in VS.Net 2003?

  • Peter Bromberg [C# MVP]

    #2
    RE: Running an executable or class automatically after build?

    In your project's Cofiguration, Common Properties / Build Events,
    you can add whatever Post - Build command line you want executed.
    Peter

    --
    Co-founder, Eggheadcafe.com developer portal:

    UnBlog:





    "richard.sutcli ffe@gmail.com" wrote:
    [color=blue]
    > I've written a class to automatically produce a Google sitemap file for
    > my ASP.NET projects.
    >
    > What I'd like to do is automatically run this when I build my project
    > so that a new sitemap is produced whenever I make changes. I can make
    > this into a console app, if it makes the job easier.
    >
    > Can anyone point to a simple way to do this in VS.Net 2003?
    >
    >[/color]

    Comment

    Working...