فهرست منبع

Commenting out trusted test exe

Josh Engebretson 10 سال پیش
والد
کامیت
b8896590d7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Source/AtomicNET/NETCore/NETCore.cpp

+ 1 - 1
Source/AtomicNET/NETCore/NETCore.cpp

@@ -120,7 +120,7 @@ void NETCore::GenerateTPAList(String& tpaList)
         trustedAssemblies.Push(coreCLRFilesAbsPath_ + assembly);
     }
 
-    trustedAssemblies.Push(coreCLRFilesAbsPath_ + "HelloWorld.exe");
+    // trustedAssemblies.Push(coreCLRFilesAbsPath_ + "HelloWorld.exe");
 
     tpaList.Join(trustedAssemblies, ":");