Skip to content

Commit

Permalink
Signing maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Jan 24, 2025
1 parent 309c5db commit 5ff95b4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/dotnet.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
name: .NET Build
name: Build

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

jobs:
build:
test-files:
name: Test Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test Files
run: dotnet test CSAUSBTool.CrossPlatform.Tests/CSAUSBTool.CrossPlatform.Tests.csproj
build-desktop:
needs:
- test-files
name: Desktop App
runs-on: ubuntu-latest
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
Expand Down
Binary file added .github/workflows/release.yml
Binary file not shown.
3 changes: 2 additions & 1 deletion CSAUSBTool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2019Password.txt = 2019Password.txt
2020Password.txt = 2020Password.txt
2022Password.txt = 2022Password.txt
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\build.yml = .github\workflows\build.yml
Lists\FRC2024.json = Lists\FRC2024.json
Lists\FRC2025.json = Lists\FRC2025.json
FRCSoftware2017.csv = FRCSoftware2017.csv
Expand All @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
FTCSoftware2020.csv = FTCSoftware2020.csv
FTCSoftware2023.csv = FTCSoftware2023.csv
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
Years.txt = Years.txt
EndProjectSection
EndProject
Expand Down

0 comments on commit 5ff95b4

Please sign in to comment.