Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ff1836

Browse files
authored
Merge pull request#2950 from PrismLibrary/dev/ds/fix-ci
2 parents29c0356 +2bbadb8 commit2ff1836

File tree

5 files changed

+37
-63
lines changed

5 files changed

+37
-63
lines changed

‎.github/workflows/build_uno.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
name:Build Prism.Uno
2727
solution-path:PrismLibrary_Uno.slnf
28-
dotnet-version:7.0.102
28+
dotnet-version:7.0.400
2929
windows-sdk-version:18362
3030
uno-check:true
3131
uno-check-parameters:'--skip xcode --skip gtk3 --skip vswin --skip vsmac'

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
name:Build Prism.Uno
6565
solution-path:PrismLibrary_Uno.slnf
66-
dotnet-version:7.0.102
66+
dotnet-version:7.0.400
6767
windows-sdk-version:18362
6868
uno-check:true
6969
uno-check-parameters:'--skip xcode --skip gtk3 --skip vswin --skip vsmac'
@@ -82,6 +82,8 @@ jobs:
8282
with:
8383
name:Build Prism.Maui
8484
solution-path:PrismLibrary_Maui.slnf
85+
dotnet-version:8.0.x
86+
install-workload:maui maui-tizen
8587
code-sign:true
8688
artifact-name:Maui
8789
secrets:

‎.github/workflows/dotnet-format-daily.yml‎

Lines changed: 0 additions & 60 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name:dotnet_format
2+
3+
on:
4+
pull_request:
5+
branches:
6+
-master
7+
paths:
8+
-'e2e/**'
9+
-'src/**'
10+
-'tests/**'
11+
12+
jobs:
13+
dotnet_format:
14+
runs-on:windows-latest
15+
steps:
16+
-name:Install dotnet-format
17+
run:dotnet tool install -g dotnet-format
18+
19+
-name:Checkout repo
20+
uses:actions/checkout@v2
21+
with:
22+
ref:${{ github.head_ref }}
23+
24+
-name:Run dotnet format
25+
id:format
26+
uses:jfversluis/dotnet-format@v1.0.9
27+
with:
28+
repo-token:${{ secrets.GITHUB_TOKEN }}
29+
only-changed-files:true
30+
workspace:"PrismLibrary.sln"

‎.github/workflows/start-release.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
name:Build Prism.Uno
5353
solution-path:PrismLibrary_Uno.slnf
54-
dotnet-version:7.0.102
54+
dotnet-version:7.0.400
5555
windows-sdk-version:18362
5656
uno-check:true
5757
uno-check-parameters:'--skip xcode --skip gtk3 --skip vswin --skip vsmac'
@@ -70,6 +70,8 @@ jobs:
7070
with:
7171
name:Build Prism.Maui
7272
solution-path:PrismLibrary_Maui.slnf
73+
dotnet-version:8.0.x
74+
install-workload:maui maui-tizen
7375
code-sign:true
7476
artifact-name:Maui
7577
secrets:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp