Skip to content

Commit 75e9d0e

Browse files
author
Andres
committed
Refactor CI workflows: remove .NET Desktop workflow and streamline Docker build process
1 parent 6e29716 commit 75e9d0e

2 files changed

Lines changed: 1 addition & 127 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,5 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4
18-
with:
19-
dotnet-version: "10.0.x"
20-
21-
- name: Restore
22-
run: dotnet restore MoveIT/MoveIT.csproj
23-
24-
- name: Build
25-
run: dotnet build MoveIT/MoveIT.csproj -c Release --no-restore
26-
27-
- name: Docker build check
16+
- name: Docker build
2817
run: docker build -t moveit:ci .

.github/workflows/dotnet-desktop.yml

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)