Skip to content

Commit 630ded4

Browse files
feat(user-management): update docs (#37)
* chore: update OpenAPI docs * chore: update README * chore: add license and notice files * chore: add dockerignore file * Update user-management/src/Stickerlandia.UserManagement.Api/Configurations/RemoveSwaggerDefinitionsFilter.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update user-management/src/Stickerlandia.UserManagement.Api/Configurations/AuthorizeOperationFilter.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update user-management/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: expand local dev and code structure docs * chore: add cloud provider specific SLN files * fix: specify .sln in dotnet restore * chore: docs updates --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4e9c392 commit 630ded4

11 files changed

Lines changed: 968 additions & 119 deletions

File tree

.github/workflows/user-management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
shell: bash
6363
run: |
6464
cd user-management
65-
dotnet restore
65+
dotnet restore Stickerlandia.UserManagement.sln
6666
- name: Run Integration Tests
6767
shell: bash
6868
env:
@@ -105,7 +105,7 @@ jobs:
105105
shell: bash
106106
run: |
107107
cd user-management
108-
dotnet restore
108+
dotnet restore Stickerlandia.UserManagement.sln
109109
- name: Run Integration Tests
110110
shell: bash
111111
env:

0 commit comments

Comments
 (0)