Skip to content

Commit

Permalink
Test SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
stianleroux committed Sep 16, 2024
1 parent 93e91a1 commit 6c95564
Show file tree
Hide file tree
Showing 23 changed files with 46 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase1-finalsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 1/src/02. EndSolution/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase3-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 3/src/01. StartSolution/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase3-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 3/src/02. Step1/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase3-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 3/src/03. Step2/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase4-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 4/src/01. StartSolution/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase4-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 4/src/02. Step 1/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase4-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 4/src/03. Step 2/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase5-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 5/src/01. StartSolution/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase5-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 5/src/02. Step 1/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase5-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 5/src/03. Step 2/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase6-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 6/src/01. StartSolution/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase6-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 6/src/02. Step 1/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase6-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 6/src/03. Step 2/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase6-step3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 6/src/04. Step 3/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase6-step4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 6/src/04. Step 4/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase7-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 7/src/01. StartSolution/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase8-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 8/API Solution/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase8-dashboard-mvc-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 8/Portal/MVC/src/01. Step 1/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase8-dashboard-mvc-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 8/Portal/MVC/src/02. Step 2/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase8-dashboard-mvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 8/Portal/MVC/src/03. Step 3/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase8-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 8src/01. StartSolution/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase9-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 9/src/01. StartSolution/EList.sln"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-phase9-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: 9.0.100-preview.7.24407.12
with:
dotnet-version: 9.0.100-preview.7.24407.12
- name: Install dependencies
run: dotnet restore "./Phase 9/src/02. Step 1/EList.sln"
- name: Build
Expand Down

0 comments on commit 6c95564

Please sign in to comment.