Enable Server GC (#731)

This commit is contained in:
Mike Harder 2016-12-15 14:04:44 -08:00 committed by GitHub
parent ca0cf58fe2
commit 4dd45f75d3
2 changed files with 10 additions and 0 deletions

View File

@ -87,5 +87,10 @@
"ubuntu.15.04-x64": {}, "ubuntu.15.04-x64": {},
"centos.7-x64": {}, "centos.7-x64": {},
"rhel.7.2-x64": {} "rhel.7.2-x64": {}
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
} }
} }

View File

@ -68,5 +68,10 @@
}, },
"scripts": { "scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
} }
} }