Skip to content

Commit 9c815e8

Browse files
committed
Some debug spew.
1 parent 8a3478a commit 9c815e8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

msbuild/Xamarin.MacDev.Tasks/Tasks/XamarinTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public abstract class XamarinTask : Task, IHasSessionId, ICustomLogger {
2727
public string SdkDevPath {
2828
get {
2929
if (string.IsNullOrEmpty (sdkDevPath))
30-
Log.LogError ($"The task {GetType ().Name} requires 'SdkDevPath' to be set.");
30+
Log.LogError ($"The task {GetType ().Name} requires 'SdkDevPath' to be set.\n{Environment.StackTrace}");
3131
return sdkDevPath;
3232
}
3333
set {

msbuild/Xamarin.Shared/Xamarin.Shared.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ Copyright (C) 2018 Microsoft. All rights reserved.
439439
_CompileTextureAtlases;
440440
_CompileCoreMLModels;
441441
_SetResourceMetadata;
442-
_DetectSdkLocations;
443442
</CollectBundleResourcesDependsOn>
444443
</PropertyGroup>
445444

0 commit comments

Comments
 (0)