Convert Database projects so they build installable Packages rather than deploy to bin and modify installation to deploy Databases on demand as needed.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -7,6 +7,7 @@ msbuild.binlog
|
||||
.vscode/
|
||||
*.binlog
|
||||
*.nupkg
|
||||
*.nupkg.bak
|
||||
|
||||
*.idea
|
||||
|
||||
@ -17,3 +18,6 @@ Oqtane.Server/Data/*.db
|
||||
|
||||
/Oqtane.Server/Properties/PublishProfiles/FolderProfile.pubxml
|
||||
Oqtane.Server/Content
|
||||
Oqtane.Server/wwwroot/Packages/**/assets.json
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user