Skip to content

Commit

Permalink
Bump msbuild to get SDK updates from mono/msbuild#150
Browse files Browse the repository at this point in the history
  • Loading branch information
radical authored and lewing committed Nov 1, 2019
1 parent a3f3bfc commit 6d1f88e
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 = '5095571911267bec0e6b19e9adfaa2ff69d8c9f8')
revision = '55c4ca4dc6f3f9eda0f5b4f24934b10653c2ccd1')

def build (self):
try:
Expand Down

0 comments on commit 6d1f88e

Please sign in to comment.