Skip to content

Commit

Permalink
Merge branch 'main' into rebase-develnui
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsug-song authored Feb 4, 2025
2 parents 400ce64 + 0892f9b commit 7f5f83a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Extract API
run: |
dotnet run -p .apitool/ \
dotnet run --project .apitool/ \
-- print --format=json --include-hidden \
-o Artifacts/api.json Artifacts/bin/public/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Extract API Spec
run: |
dotnet run -p .apitool/ \
dotnet run --project .apitool/ \
-- print --format=json --include-hidden \
-o Artifacts/api.json Artifacts/bin/public/
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Extract Base API
run: |
dotnet run -p .apitool/ \
dotnet run --project .apitool/ \
-- print --format=json --include-hidden \
-o Artifacts/base-api.json base/Artifacts/bin/public/
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,5 @@ externals/libs/
tools/coverage
coverage.json

# vs code temp
.vscode/

0 comments on commit 7f5f83a

Please sign in to comment.