GFlisch / Arc4u.Guidance.Doc

Other
5 stars 1 forks source link

(Guidance 2022.2.1.14): adjust the BuildAndPublish.yml script with migration tool entry #239

Open vvdb-architecture opened 5 months ago

vvdb-architecture commented 5 months ago

When adding an EF Core database project, the Guidance also adds a migration tool. For convenience, it would be nice if the BuildAndPublish.yml of the corresponding service would also specify that tool:

stages:
- template: Build/BuildAndPublish.yml@templates
  parameters:
    ....
    migrationToolProjectName: 'MigrationTool'
    ...
GFlisch commented 4 months ago

Add it as a comment in the generated document.

migrationToolProjectName: 'MigrationTool'