更新最新框架
This commit is contained in:
@@ -1,11 +1,26 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||||
"profiles": {
|
||||
"Main": {
|
||||
"Develop": {
|
||||
"commandName": "Project",
|
||||
// "workingDirectory": "$(OutputPath)",
|
||||
"environmentVariables": {},
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"commandLineArgs": "--m Develop"
|
||||
},
|
||||
"Release-Gate": {
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Production"
|
||||
},
|
||||
"commandLineArgs": "--m Release --pid 1"
|
||||
},
|
||||
"Release-Game": {
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Production"
|
||||
},
|
||||
"commandLineArgs": "--m Release --pid 2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user