Skip to content

Commit

Permalink
Merge pull request #76 from Roybott/issue-75
Browse files Browse the repository at this point in the history
Fixed sk-csharp-console-chat tasks for build/debug
  • Loading branch information
markwallace-microsoft authored Dec 2, 2023
2 parents 7ce99cc + 1eea770 commit 047f893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions sk-csharp-console-chat/.vscode/settings.json

This file was deleted.

6 changes: 3 additions & 3 deletions sk-csharp-console-chat/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/sk-csharp-console-chat.sln",
"${workspaceFolder}/sk-csharp-console-chat.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/sk-csharp-console-chat.sln",
"${workspaceFolder}/sk-csharp-console-chat.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -33,7 +33,7 @@
"watch",
"run",
"--project",
"${workspaceFolder}/sk-csharp-console-chat.sln"
"${workspaceFolder}/sk-csharp-console-chat.csproj"
],
"problemMatcher": "$msCompile"
}
Expand Down

0 comments on commit 047f893

Please sign in to comment.