Skip to content

Commit 3648ac0

Browse files
committed
Test architecture output
1 parent 940d102 commit 3648ac0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csharp/runner/SnippetRunner/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
const int SigtermExitCode = 143;
3030

31+
Console.Error.WriteLine("ARCHITECTURE: " + System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture);
32+
3133
DirectoryInfo dir = new DirectoryInfo(Directory.GetCurrentDirectory());
3234
DirectoryInfo? csharpDir = null;
3335
DirectoryInfo? snippetDir = null;

0 commit comments

Comments
 (0)