We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cd9a1 commit 9bcfa60Copy full SHA for 9bcfa60
packaging/MacSDK/msbuild.py
@@ -3,7 +3,7 @@
3
class MSBuild (GitHubPackage):
4
def __init__ (self):
5
GitHubPackage.__init__ (self, 'mono', 'msbuild', '15', # note: fix scripts/ci/run-test-mac-sdk.sh when bumping the version number
6
- revision = '5310081448152f227bec72971e8f242f42ae84b4')
+ revision = '4cdb80ada4cf192ae36d0818a9a3c592bb34c306')
7
8
def build (self):
9
try:
0 commit comments