Skip to content

Commit

Permalink
Remove legacy app and setup new GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Jan 19, 2025
1 parent 72fa2a8 commit 5b9b994
Show file tree
Hide file tree
Showing 40 changed files with 17 additions and 2,300 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,21 @@ name: .NET Build

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:

runs-on: windows-latest

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
cache: true
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet build --no-restore -- Congifuration Release CSAUSBTool.CrossPlatform.Desktop
19 changes: 0 additions & 19 deletions CSAUSBTool.Base/CSAUSBTool.Base.csproj

This file was deleted.

119 changes: 0 additions & 119 deletions CSAUSBTool.Base/ControlSystemsSoftware.cs

This file was deleted.

34 changes: 0 additions & 34 deletions CSAUSBTool.Base/ExampleYear.json

This file was deleted.

103 changes: 0 additions & 103 deletions CSAUSBTool.Base/FIRSTSeason.cs

This file was deleted.

Loading

0 comments on commit 5b9b994

Please sign in to comment.