AspNetRoles ...
Some checks failed
Dotnet build and test / log-the-inputs (push) Successful in 48s
Dotnet build and test / build (push) Failing after 1m29s

This commit is contained in:
Paul Schneider
2025-07-31 11:44:02 +01:00
parent 27a55a1cc4
commit ac319f9994
16 changed files with 53 additions and 38 deletions

7
.vscode/tasks.json vendored
View File

@ -8,14 +8,11 @@
"type": "process",
"args": [
"build",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary;ForceNoAlign",
"/property:GenerateFullPaths=true"
],
"group": "build",
"isBuildCommand": true,
"isTestCommand": false,
"problemMatcher": "$msCompile"
"isTestCommand": false
},
{
"label": "build-web",