Skip to content

Replace the legacy example site with a minimal API sample #1

Replace the legacy example site with a minimal API sample

Replace the legacy example site with a minimal API sample #1

name: "Copilot Setup"
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: NuGet Restore
run: dotnet restore Geocoding.slnx