Skip to content

Merge branch 'main' of https://github.com/anasinik/AdoptionAgency #42

Merge branch 'main' of https://github.com/anasinik/AdoptionAgency

Merge branch 'main' of https://github.com/anasinik/AdoptionAgency #42

Workflow file for this run

name: .NET build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build
run: dotnet build AdoptionAgency