Skip to content

Commit

Permalink
trying to get this working
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Sep 10, 2024
1 parent 9e65428 commit 26d67e5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions build/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,7 @@ private static string config(string @default = null, [CallerMemberName] string k
public static readonly string DurableFolder = Path.Combine(TestProjectPath, "Resources", "DurableTestFolder");

public static readonly string[] TargetRuntimes = new[] {
"min.win-arm64",
"min.win-x86",
"min.win-x64",
"linux-x64",
"osx-x64",
"osx-arm64",
"win-x86",
"win-x64",
"win-arm64" };
"min.win-arm64" };

public static readonly Dictionary<string, string> RuntimesToOS = new Dictionary<string, string>
{
Expand Down Expand Up @@ -341,6 +333,7 @@ public class SignInfo
"Microsoft.OData.Edm.dll",
"Microsoft.Spatial.dll",
"Mono.Posix.NETStandard.dll",
"OpenTelemetry.*dll",
Path.Combine("tools", "python", "packapp", "distlib")
};
}
Expand Down

0 comments on commit 26d67e5

Please sign in to comment.