Skip to content

Commit

Permalink
Fix continuous integration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed May 28, 2024
1 parent c178d46 commit 95b1830
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 127 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- run: dotnet --info
- name: Build solution and run all tests
run: ./build.sh
run: dotnet test --verbosity normal
4 changes: 0 additions & 4 deletions build.cmd

This file was deleted.

4 changes: 0 additions & 4 deletions build.sh

This file was deleted.

78 changes: 0 additions & 78 deletions targets/DotnetSdkManager.cs

This file was deleted.

24 changes: 0 additions & 24 deletions targets/Program.cs

This file was deleted.

15 changes: 0 additions & 15 deletions targets/Targets.csproj

This file was deleted.

0 comments on commit 95b1830

Please sign in to comment.