Skip to content

Commit

Permalink
use mono to build the package instead of .NET Core
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Feb 19, 2020
1 parent d825da0 commit 11451d7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core
name: Build Mono

on:
push:
Expand All @@ -14,12 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100'
- name: Build application
run: dotnet build --configuration Release
run: msbuild -p:Configuration=Release NetworkMiner.sln
- name: ZIP binaries
run: |
pushd NetworkMiner/bin/Release
Expand Down

0 comments on commit 11451d7

Please sign in to comment.