Skip to content

Commit

Permalink
Update and rename release.yml to publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p-brito authored Mar 7, 2021
1 parent 1f60213 commit ec081c4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x

- name: Install dependencies
run: dotnet restore
working-directory: ./MagicDb

- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build ./MagicDb --configuration Release --no-restore

- name: Publish to NuGet
uses: brandedoutcast/publish-nuget@v2
with:
Expand Down

0 comments on commit ec081c4

Please sign in to comment.