Explorar o código

运行路径改成相对路径

tanghai %!s(int64=8) %!d(string=hai) anos
pai
achega
6b4200e1bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Server/App/Properties/launchSettings.json

+ 1 - 1
Server/App/Properties/launchSettings.json

@@ -2,7 +2,7 @@
   "profiles": {
   "profiles": {
     "Server.App": {
     "Server.App": {
       "commandName": "Project",
       "commandName": "Project",
-      "workingDirectory": "D:\\Source\\Egametang\\netcoreapp2.0"
+      "workingDirectory": "../../netcoreapp2.0"
     }
     }
   }
   }
 }
 }