Disable some C# project's build events on local machine

43 Views Asked by At

There are some build events in C# project (on SVN). Is it possible to disable one of them on my local machine? I've tried to override <PostBuildEvent> section in *.csproj.user, but it does not work, all events perform anyway.

Thanks.

1

There are 1 best solutions below

1
Tsahi Asher On

You need to create a new build configuration, and use it in your local machine. In your build server, use another build configuration.