Skip to content

Commit 5a05cb2

Browse files
committed
sync with main
2 parents 3fb9308 + 0c9f979 commit 5a05cb2

File tree

222 files changed

+10
-17984
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+10
-17984
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 3 deletions

.github/workflows/dotnet.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,11 @@ jobs:
2626
dotnet test --no-build --verbosity normal
2727
2828
- run: |
29-
cd 7-AdvancedScenarios/1-call-api-obo/API
29+
cd 6-AdvancedScenarios/1-call-api-obo/API
3030
dotnet restore
3131
dotnet build --no-restore
3232
cd ProfileAPI.Tests
3333
dotnet test --no-build --verbosity normal
34-
35-
- run: |
36-
cd 7-AdvancedScenarios/2-call-api-pop/API
37-
dotnet restore
38-
dotnet build --no-restore
39-
cd TodoListAPI.Tests
40-
dotnet test --no-build --verbosity normal
4134
4235
build-6x:
4336

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
6868
6969
- run: |
70-
cd 7-AdvancedScenarios/1-call-api-obo/SPA
70+
cd 6-AdvancedScenarios/1-call-api-obo/SPA
7171
npm ci
7272
npm audit --production
7373
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
7474
7575
- run: |
76-
cd 7-AdvancedScenarios/2-call-api-pop/SPA
76+
cd 6-AdvancedScenarios/2-call-api-mt/SPA
7777
npm ci
7878
npm audit --production
7979
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI

4-Deployment/README-incremental.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)