Skip to content

Commit f43086b

Browse files
committedOct 30, 2020
Add tasks and launch settings
1 parent 7d63406 commit f43086b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
 

‎.vscode/tasks.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
]
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"iisSettings": {
3+
"windowsAuthentication": false,
4+
"anonymousAuthentication": true
5+
},
6+
"profiles": {
7+
"Ordering.BackgroundTasks": {
8+
"commandName": "Project",
9+
"launchBrowser": true,
10+
"environmentVariables": {
11+
"DOTNET_ENVIRONMENT": "Development"
12+
}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)
Please sign in to comment.