I want to pass the build number from Teamcity to ant script as a parameter. Does anyone know the exact syntax for this?
The assembly number is passed as a system property during assembly. You can see the predefined properties available here . In this case, you refer to it in ant as a property like this:
${build.number}
Source: https://habr.com/ru/post/1745705/More articles:How to extract a directory from a file path string? - pathHow To Get DateTime Stamp Of Text File Using VB 6 - vb6How can I stop re-building cruise control after a failed build? - email-spamReflector problem when decompiling a WPF assembly (i.e. PresentationCore, PresentationFramework) - wpfNServiceBus determines the execution order of handlers - c #Реляционный клаузальный логический вопрос: что такое интерпретация Хербранда - logicToy reinforcement learning project - reinforcement-learninghow many indexes per database table? - databasePortable line shebang - scriptingХранение n-граммов в базе данных вAll Articles