Skip to content

Updated nuget packages, updated data access, etc. #10

Updated nuget packages, updated data access, etc.

Updated nuget packages, updated data access, etc. #10

Workflow file for this run

# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Build ASP.Net Core MVC app
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- name: Build
run: dotnet build --configuration Release
working-directory: src/EasyBlog