Skip to content

Commit

Permalink
🚚 Update paths to project source and binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
maacpiash committed Jan 19, 2023
1 parent c061716 commit 30a661d
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/net6.0/MinimalAPIJWTAuth.dll",
"program": "${workspaceFolder}/src/bin/Debug/net7.0/MinApiJwtAuth.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/MinimalAPIJWTAuth.csproj",
"${workspaceFolder}/src/MinApiJwtAuth.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/MinimalAPIJWTAuth.csproj",
"${workspaceFolder}/src/MinApiJwtAuth.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@@ -33,7 +33,7 @@
"watch",
"run",
"--project",
"${workspaceFolder}/MinimalAPIJWTAuth.csproj"
"${workspaceFolder}/src/MinApiJwtAuth.csproj"
],
"problemMatcher": "$msCompile"
}

0 comments on commit 30a661d

Please sign in to comment.