Skip to content

Commit

Permalink
Bump msbuild to track xplat-master (#9240)
Browse files Browse the repository at this point in the history
  • Loading branch information
radical authored and akoeplinger committed Jun 21, 2018
1 parent 88d8534 commit 8046a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MacSDK/msbuild.py
Expand Up @@ -3,7 +3,7 @@
class MSBuild (GitHubPackage):
def __init__ (self):
GitHubPackage.__init__ (self, 'mono', 'msbuild', '15', # note: fix scripts/ci/run-test-mac-sdk.sh when bumping the version number
revision = 'c4e70a612bbe5454e7ddc6189b9ea8dce01d17c8')
revision = '49a614cda8cedbc6b42e37d49e40cc89fbdac4fd')

def build (self):
self.sh ('./build.sh -host mono -configuration Release -skipTests')
Expand Down

0 comments on commit 8046a5f

Please sign in to comment.