Skip to content

Commit

Permalink
Merge pull request #82 from celeron533/CI
Browse files Browse the repository at this point in the history
update the github actions
  • Loading branch information
celeron533 authored May 2, 2024
2 parents 2db65af + f3a4661 commit cf2f40b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ on:
type: boolean

env:
dotnet_version: '6.0.x'
dotnet_version: '8.0.x'


jobs:
build_and_test:
name: 'Build and Test'
build_and_test_debug:
name: 'Build and Test (debug)'
runs-on: windows-latest
env:
configuration: 'Debug'
Expand Down Expand Up @@ -56,9 +56,10 @@ jobs:
!bin/**/*.pdb
publish_windows:
publish_windows_release:
name: 'publish Windows (release)'
runs-on: windows-latest
needs: build_and_test
needs: build_and_test_debug
env:
configuration: 'Release'

Expand Down

0 comments on commit cf2f40b

Please sign in to comment.