We use the following, which works fine.
Find what: (?:)([0-9.]*)(?:)
Replace with: %build.number%
And then just make sure your build.number is what you want.
We use the following, which works fine.
Find what: (?:)([0-9.]*)(?:)
Replace with: %build.number%
And then just make sure your build.number is what you want.