Skip to content

Commit

Permalink
Bump msbuild to track xplat-master
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Sep 24, 2019
1 parent 0a3c9c4 commit 02a0f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MacSDK/msbuild.py
Original file line number Diff line number Diff line change
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 = 'ef1b5759c379a44c5251efb8f96c4db7acebfd65')
revision = '89dc20aa65728081541b05a96a50ee61b026fe99')

def build (self):
try:
Expand Down

0 comments on commit 02a0f8b

Please sign in to comment.