Skip to content

Commit

Permalink
Auto-publishing on NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint.Network committed Apr 23, 2020
1 parent 2dd0e8b commit ec64fa2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: .NET Core

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Publish NuGet
uses: rohith/publish-nuget@v2.3.0
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: LucidSharp/LucidSharp.csprok

0 comments on commit ec64fa2

Please sign in to comment.