How to disable warnings in Visual Studio for a Visual Basic Web Deployment Project

前端 未结 3 1477
独厮守ぢ
独厮守ぢ 2021-01-01 01:34

For our VB.NET websites we use SVN for Source Control and CruiseControl.NET for continuous integration.

To use the SVN build number in the compilation by CruiseCont

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-01 01:41

    If you used Nant in your build script you could just have it re-write the version prior to compile, and you wouldn't see the warning when you are working on your local machines.

提交回复
热议问题