Skip to content

Commit ac30f61

Browse files
committed
Update dotnet-aot-check.yaml
1 parent f0521dc commit ac30f61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dotnet-aot-check.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
run: |
2020
dotnet publish ./src/c#/GeneralUpdate.Client/GeneralUpdate.Client.csproj `
2121
-c Release `
22-
-r win-x64 `
23-
/p:PublishAot=true ` # 使用/p:替代-p:,兼容PowerShell参数解析
24-
continue-on-error: true # 允许失败,后续判断结果
22+
-r win-x64
2523
2624
- name: Analyze AOT result
2725
run: |

0 commit comments

Comments
 (0)