Skip to content

Commit

Permalink
ci: revert dotnet version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Feb 14, 2024
1 parent 766019a commit fd4b1cb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ jobs:
with:
name: Build Prism.Core
solution-path: PrismLibrary_Core.slnf
dotnet-version: |
6.0.x
8.0.x
3 changes: 0 additions & 3 deletions .github/workflows/build_forms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@ jobs:
name: Build Prism.Forms
solution-path: PrismLibrary_Forms.slnf
jdk-version: 13
dotnet-version: |
6.0.x
8.0.x
1 change: 0 additions & 1 deletion .github/workflows/build_maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ jobs:
with:
name: Build Prism.Maui
solution-path: PrismLibrary_Maui.slnf
dotnet-version: 8.0.x
install-workload: maui maui-tizen
1 change: 0 additions & 1 deletion .github/workflows/build_uno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
dotnet-version: 8.0.x
uno-check: true
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac'
uno-check-version: 1.20.0-dev.7
run-tests: false
3 changes: 0 additions & 3 deletions .github/workflows/build_wpf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ jobs:
with:
name: Build Prism.Wpf
solution-path: PrismLibrary_Wpf.slnf
dotnet-version: |
6.0.x
8.0.x
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
with:
name: Build Prism.Core
solution-path: PrismLibrary_Core.slnf
dotnet-version: |
6.0.x
8.0.x
code-sign: true
artifact-name: Core
secrets:
Expand All @@ -39,9 +36,6 @@ jobs:
with:
name: Build Prism.Wpf
solution-path: PrismLibrary_Wpf.slnf
dotnet-version: |
6.0.x
8.0.x
code-sign: true
artifact-name: Wpf
secrets:
Expand All @@ -59,9 +53,6 @@ jobs:
code-sign: true
artifact-name: Forms
jdk-version: 13
dotnet-version: |
6.0.x
8.0.x
secrets:
codeSignKeyVault: ${{ secrets.CodeSignKeyVault }}
codeSignClientId: ${{ secrets.CodeSignClientId }}
Expand All @@ -75,10 +66,8 @@ jobs:
name: Build Prism.Uno
solution-path: PrismLibrary_Uno.slnf
windows-sdk-version: 18362
dotnet-version: 8.0.x
uno-check: true
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac'
uno-check-version: 1.20.0-dev.7
run-tests: false
code-sign: true
artifact-name: Uno
Expand All @@ -94,7 +83,6 @@ jobs:
with:
name: Build Prism.Maui
solution-path: PrismLibrary_Maui.slnf
dotnet-version: 8.0.x
install-workload: maui maui-tizen
code-sign: true
artifact-name: Maui
Expand Down

0 comments on commit fd4b1cb

Please sign in to comment.