Skip to content

Commit

Permalink
Bump msbuild to bring in fix for #60770 (#6107)
Browse files Browse the repository at this point in the history
This mainly applies to Linux packaging.
  • Loading branch information
akoeplinger committed Nov 28, 2017
1 parent ddeba6e commit b3b0613
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',
revision = '98281e4fffa3b63746c16044a6d0162804480927')
revision = '5cf9eb2cc748907924342b32a3eefa78bb325de8')

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

0 comments on commit b3b0613

Please sign in to comment.