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.
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.
You need to create a new build configuration, and use it in your local machine. In your build server, use another build configuration.