VB6 Integration with MSBuild

前端 未结 2 911
庸人自扰
庸人自扰 2021-02-06 10:26

So this is a question for anyone who has had to integrate the building/compilation of legacy projects/code in a Team Build/MSBuild environment - specifically, Visual Basic 6 app

2条回答
  •  礼貌的吻别
    2021-02-06 11:14

    The VB6 task will be back on Monday. With regards to versioning, there is no explicit vb versioning task in the pack, however you could make use of the TfsVersion (TaskAction="GetVersion") and the File (TaskAction="Replace") tasks. If you think there is value in creating a new task to encapsulate / provide other functions, then please let me know and I will add it to the pack for the benefit of the whole community.

    Apologies for the withdrawal, but come Monday I'm sure all will understand.

提交回复
热议问题