From 80283a24c7401266e739d30b82b457fcd7c45ff0 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 2 Jun 2020 20:18:52 +0800 Subject: fix: Not server site.webmanifest . --- Timeline/Properties/launchSettings.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Timeline/Properties') diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index 4bae443c..10c819c0 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -6,6 +6,13 @@ "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_WORKDIR": "D:\\timeline-development" } + }, + "Timeline-Staging": { + "commandName": "Project", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Staging", + "ASPNETCORE_WORKDIR": "D:\\timeline-development" + } } } } -- cgit v1.2.3