Skip to content

Commit

Permalink
[FrameworkDetection] Update npm package and change dotnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonaoh committed Nov 10, 2023
1 parent e46c7ce commit a257537
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
96 changes: 48 additions & 48 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@azure/storage-blob": "^12.6.0",
"@azure/storage-file": "^10.3.0",
"@azure/web-apps-framework-detection": "^0.0.8",
"@azure/web-apps-framework-detection": "^0.0.9",
"@nestjs/common": "^8.4.7",
"@nestjs/core": "^8.4.7",
"@nestjs/platform-express": "^8.4.7",
Expand Down
2 changes: 1 addition & 1 deletion server/src/deployment-center/github/frameworks.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
"id": "dotnet",
"name": ".NET",
"kind": "api",
"files": ["*.?(csproj|fsproj)", "host.json"],
"files": ["*.?(csproj|fsproj)"],
"config": {
"apiBuildCommand": "dotnet publish -c Release"
}
Expand Down

0 comments on commit a257537

Please sign in to comment.