Skip to content

Commit

Permalink
Add Actions build automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurumaker72 authored Aug 16, 2023
1 parent ec3a458 commit 9185a45
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: .NET

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

jobs:
build:
Expand All @@ -22,10 +22,7 @@ jobs:

- name: Restore dependencies
run: dotnet restore

#- name: Setup MSBuild
# uses: microsoft/setup-msbuild@v1


- name: Setup NuGet
uses: NuGet/[email protected]

Expand All @@ -39,5 +36,5 @@ jobs:
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
name: M64RPFW.Views.Avalonia .NET 7 Release
path: 'M64RPFW.Views.Avalonia/bin/Release/net7.0'
name: Artifact
path: 'M64RPFW.Views.Avalonia/bin/Release/net7.0/'

0 comments on commit 9185a45

Please sign in to comment.