Skip to content

Commit dce2c80

Browse files
committed
Update dotnet-aot-check.yaml
1 parent ba0e0f3 commit dce2c80

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
- name: Restore dependencies
1616
run: dotnet restore ./src/c#/GeneralUpdate.sln # 确保所有项目依赖还原
1717

18-
- name: Build
19-
run: dotnet build ./src/c#/GeneralUpdate.sln -c Release --no-restore
20-
2118
- name: Check AOT support (Client app)
2219
run: |
2320
dotnet publish ./src/c#/GeneralUpdate.Client/GeneralUpdate.Client.csproj `

0 commit comments

Comments
 (0)