瀏覽代碼

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, ":");