There was an error while loading. Please reload this page.
1 parent ba0e0f3 commit dce2c80Copy full SHA for dce2c80
1 file changed
.github/workflows/dotnet-aot-check.yaml
@@ -15,9 +15,6 @@ jobs:
15
- name: Restore dependencies
16
run: dotnet restore ./src/c#/GeneralUpdate.sln # 确保所有项目依赖还原
17
18
- - name: Build
19
- run: dotnet build ./src/c#/GeneralUpdate.sln -c Release --no-restore
20
-
21
- name: Check AOT support (Client app)
22
run: |
23
dotnet publish ./src/c#/GeneralUpdate.Client/GeneralUpdate.Client.csproj `
0 commit comments