Running an executable or class automatically after build?

  • Thread starter Thread starter richard.sutcliffe
  • Start date Start date
R

richard.sutcliffe

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?
 
In your project's Cofiguration, Common Properties / Build Events,
you can add whatever Post - Build command line you want executed.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top