Skip to content

Commit fdf94e0

Browse files
committed
Update dotnet-aot-check.yaml
1 parent badc3aa commit fdf94e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check AOT compatibility
2121
run: |
2222
# 尝试以AOT模式发布项目(以控制台应用为例)
23-
dotnet publish ./src/c#/GeneralUpdate.Console/GeneralUpdate.Console.csproj \
23+
dotnet publish ./src/c#/GeneralUpdate.Client/GeneralUpdate.Client.csproj \
2424
-c Release \
2525
-r win-x64 \ # 根据运行系统选择运行时标识符(如 linux-x64、osx-x64)
2626
-p:PublishAot=true \

0 commit comments

Comments
 (0)