Skip to content

updating packages

updating packages #17

Workflow file for this run

name: eQuantic Core Data EntityFramework
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
- name: Build eQuantic.Core.Data.EntityFramework Library
run: dotnet build --configuration Release
- name: Push package into Nuget.org
run: dotnet nuget push **/*.nupkg --skip-duplicate -k ${{secrets.nuget_key}} -s https://api.nuget.org/v3/index.json