We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0521dc commit ac30f61Copy full SHA for ac30f61
1 file changed
.github/workflows/dotnet-aot-check.yaml
@@ -19,9 +19,7 @@ jobs:
19
run: |
20
dotnet publish ./src/c#/GeneralUpdate.Client/GeneralUpdate.Client.csproj `
21
-c Release `
22
- -r win-x64 `
23
- /p:PublishAot=true ` # 使用/p:替代-p:,兼容PowerShell参数解析
24
- continue-on-error: true # 允许失败,后续判断结果
+ -r win-x64
25
26
- name: Analyze AOT result
27
0 commit comments