Skip to content

Commit

Permalink
Fix YML
Browse files Browse the repository at this point in the history
  • Loading branch information
stianleroux committed Jul 23, 2023
1 parent 4e9308f commit 78b701e
Show file tree
Hide file tree
Showing 25 changed files with 127 additions and 124 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase1-finalsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 1/src/02. EndSolution/sln"
run: dotnet restore "./Phase 1/src/02. EndSolution/Pezza.sln"
- name: Build
run: dotnet build "./Phase 1/src/02. EndSolution/sln" --configuration Release --no-restore
run: dotnet build "./Phase 1/src/02. EndSolution/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase2-finalsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 2/src/02. EndSolution/sln"
run: dotnet restore "./Phase 2/src/02. EndSolution/Pezza.sln"
- name: Build
run: dotnet build "./Phase 2/src/02. EndSolution/sln" --configuration Release --no-restore
run: dotnet build "./Phase 2/src/02. EndSolution/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase3-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 3/src/01. StartSolution/sln"
run: dotnet restore "./Phase 3/src/01. StartSolution/Pezza.sln"
- name: Build
run: dotnet build "./Phase 3/src/01. StartSolution/sln" --configuration Release --no-restore
run: dotnet build "./Phase 3/src/01. StartSolution/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase3-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 3/src/02. Step1/sln"
run: dotnet restore "./Phase 3/src/02. Step1/Pezza.sln"
- name: Build
run: dotnet build "./Phase 3/src/02. Step1/sln" --configuration Release --no-restore
run: dotnet build "./Phase 3/src/02. Step1/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase3-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 3/src/03. Step2/sln"
run: dotnet restore "./Phase 3/src/03. Step2/Pezza.sln"
- name: Build
run: dotnet build "./Phase 3/src/03. Step2/sln" --configuration Release --no-restore
run: dotnet build "./Phase 3/src/03. Step2/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase4-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 4/src/01. StartSolution/sln"
run: dotnet restore "./Phase 4/src/01. StartSolution/Pezza.sln"
- name: Build
run: dotnet build "./Phase 4/src/01. StartSolution/sln" --configuration Release --no-restore
run: dotnet build "./Phase 4/src/01. StartSolution/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase4-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 4/src/02. Step 1/sln"
run: dotnet restore "./Phase 4/src/02. Step 1/Pezza.sln"
- name: Build
run: dotnet build "./Phase 4/src/02. Step 1/sln" --configuration Release --no-restore
run: dotnet build "./Phase 4/src/02. Step 1/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase4-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 4/src/03. Step 2/sln"
run: dotnet restore "./Phase 4/src/03. Step 2/Pezza.sln"
- name: Build
run: dotnet build "./Phase 4/src/03. Step 2/sln" --configuration Release --no-restore
run: dotnet build "./Phase 4/src/03. Step 2/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase5-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 5/src/01. StartSolution/sln"
run: dotnet restore "./Phase 5/src/01. StartSolution/Pezza.sln"
- name: Build
run: dotnet build "./Phase 5/src/01. StartSolution/sln" --configuration Release --no-restore
run: dotnet build "./Phase 5/src/01. StartSolution/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase5-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 5/src/02. Step 1/sln"
run: dotnet restore "./Phase 5/src/02. Step 1/Pezza.sln"
- name: Build
run: dotnet build "./Phase 5/src/02. Step 1/sln" --configuration Release --no-restore
run: dotnet build "./Phase 5/src/02. Step 1/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase5-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 5/src/03. Step 2/sln"
run: dotnet restore "./Phase 5/src/03. Step 2/Pezza.sln"
- name: Build
run: dotnet build "./Phase 5/src/03. Step 2/sln" --configuration Release --no-restore
run: dotnet build "./Phase 5/src/03. Step 2/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase6-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 6/src/01. StartSolution/sln"
run: dotnet restore "./Phase 6/src/01. StartSolution/Pezza.sln"
- name: Build
run: dotnet build "./Phase 6/src/01. StartSolution/sln" --configuration Release --no-restore
run: dotnet build "./Phase 6/src/01. StartSolution/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase6-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 6/src/02. Step 1/sln"
run: dotnet restore "./Phase 6/src/02. Step 1/Pezza.sln"
- name: Build
run: dotnet build "./Phase 6/src/02. Step 1/sln" --configuration Release --no-restore
run: dotnet build "./Phase 6/src/02. Step 1/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase6-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 6/src/03. Step 2/sln"
run: dotnet restore "./Phase 6/src/03. Step 2/Pezza.sln"
- name: Build
run: dotnet build "./Phase 6/src/03. Step 2/sln" --configuration Release --no-restore
run: dotnet build "./Phase 6/src/03. Step 2/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase6-step3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 8.0.100-preview.6.23330.14
- name: Install dependencies
run: dotnet restore "./Phase 6/src/04. Step 3/sln"
run: dotnet restore "./Phase 6/src/04. Step 3/Pezza.sln"
- name: Build
run: dotnet build "./Phase 6/src/04. Step 3/sln" --configuration Release --no-restore
run: dotnet build "./Phase 6/src/04. Step 3/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase7-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore "./Phase 7/API Solution/sln"
run: dotnet restore "./Phase 7/API Solution/Pezza.sln"
- name: Build
run: dotnet build "./Phase 7/API Solution/sln" --configuration Release --no-restore
run: dotnet build "./Phase 7/API Solution/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase7-dashboard-mvc-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore "./Phase 7/Dashboard/MVC/src/01. Step 1/sln"
run: dotnet restore "./Phase 7/Dashboard/MVC/src/01. Step 1/Pezza.sln"
- name: Build
run: dotnet build "./Phase 7/Dashboard/MVC/src/01. Step 1/sln" --configuration Release --no-restore
run: dotnet build "./Phase 7/Dashboard/MVC/src/01. Step 1/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase7-dashboard-mvc-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore "./Phase 7/Dashboard/MVC/src/02. Step 2/sln"
run: dotnet restore "./Phase 7/Dashboard/MVC/src/02. Step 2/Pezza.sln"
- name: Build
run: dotnet build "./Phase 7/Dashboard/MVC/src/02. Step 2/sln" --configuration Release --no-restore
run: dotnet build "./Phase 7/Dashboard/MVC/src/02. Step 2/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase7-dashboard-mvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore "./Phase 7/Dashboard/MVC/src/03. Step 3/sln"
run: dotnet restore "./Phase 7/Dashboard/MVC/src/03. Step 3/Pezza.sln"
- name: Build
run: dotnet build "./Phase 7/Dashboard/MVC/src/03. Step 3/sln" --configuration Release --no-restore
run: dotnet build "./Phase 7/Dashboard/MVC/src/03. Step 3/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase7-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore "./Phase 7/src/01. StartSolution/sln"
run: dotnet restore "./Phase 7/src/01. StartSolution/Pezza.sln"
- name: Build
run: dotnet build "./Phase 7/src/01. StartSolution/sln" --configuration Release --no-restore
run: dotnet build "./Phase 7/src/01. StartSolution/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase8-startsolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore "./Phase 8/src/01. StartSolution/sln"
run: dotnet restore "./Phase 8/src/01. StartSolution/Pezza.sln"
- name: Build
run: dotnet build "./Phase 8/src/01. StartSolution/sln" --configuration Release --no-restore
run: dotnet build "./Phase 8/src/01. StartSolution/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase8-step1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore "./Phase 8/src/02. Step 1/sln"
run: dotnet restore "./Phase 8/src/02. Step 1/Pezza.sln"
- name: Build
run: dotnet build "./Phase 8/src/02. Step 1/sln" --configuration Release --no-restore
run: dotnet build "./Phase 8/src/02. Step 1/Pezza.sln" --configuration Release --no-restore
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-phase8-step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore "./Phase 8/src/03. Step 2/sln"
run: dotnet restore "./Phase 8/src/03. Step 2/Pezza.sln"
- name: Build
run: dotnet build "./Phase 8/src/03. Step 2/sln" --configuration Release --no-restore
run: dotnet build "./Phase 8/src/03. Step 2/Pezza.sln" --configuration Release --no-restore
Loading

0 comments on commit 78b701e

Please sign in to comment.