Skip to content

Commit

Permalink
Merge pull request #1283 from Tsubashi/master
Browse files Browse the repository at this point in the history
Made MSBuild step's platform variable renderable

Fixes ticket:2958
  • Loading branch information
Mikhail Sobolev committed Oct 23, 2014
2 parents a3e52ce + 256a530 commit e560b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/steps/vstudio.py
Expand Up @@ -392,6 +392,7 @@ class VC12(VC11):
class MsBuild4(VisualStudio):
platform = None
vcenv_bat = "\"${VS110COMNTOOLS}..\\..\\VC\\vcvarsall.bat\""
renderables = ['platform']

def __init__(self, platform, **kwargs):
self.platform = platform
Expand Down

0 comments on commit e560b68

Please sign in to comment.