Skip to content

Commit 755ac34

Browse files
author
ladeak
committed
Remove test build from CI
1 parent 21bd891 commit 755ac34

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,4 @@ jobs:
4040
npm install
4141
npm run vsce-deploy-win-x64
4242
npm run vsce-deploy-linux-x64
43-
popd
44-
cross-compile-linux-aot:
45-
runs-on: ubuntu-26.04-arm
46-
steps:
47-
- uses: actions/checkout@v6
48-
- name: Setup .NET
49-
uses: actions/setup-dotnet@v5
50-
with:
51-
dotnet-version: ${{ env.DOTNET_VERSION }}
52-
- name: Build VSCodeExtension dependencies
53-
run: |
54-
dotnet publish src/CHttpExtension -r linux-arm64 -f net9.0 # .NET 9
55-
- name: Upload CHttpExtension file to artifacts (linux-arm64)
56-
uses: actions/upload-artifact@v4
57-
with:
58-
name: CHttpExtension-linux-arm64 # The name of the artifact bundle
59-
path: src/CHttpExtension/bin/Release/net9.0/linux-arm64/publish/*
43+
popd

0 commit comments

Comments
 (0)