Skip to content

Commit

Permalink
[msbuild] Bump to pick up updates (#7846)
Browse files Browse the repository at this point in the history
  • Loading branch information
radical authored and akoeplinger committed Mar 27, 2018
1 parent 4bf541a commit 4aa9fd4
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 = '8ee608e5990a82670cae5d8547128db5a0ba15d6')
revision = '402b4b2395d76b884b7463cf38984b9f0a368593')

def build (self):
self.sh ('./cibuild.sh --scope Compile --target Mono --host Mono --config Release')
Expand Down

0 comments on commit 4aa9fd4

Please sign in to comment.