Skip to content

Update Mvc.Web: multi-type deployments, Chat Interactions admin, rest… #857

Update Mvc.Web: multi-type deployments, Chat Interactions admin, rest…

Update Mvc.Web: multi-type deployments, Chat Interactions admin, rest… #857

# This workflow runs before the Copilot coding agent's firewall is enabled.

Check failure on line 1 in .github/workflows/copilot-setup-steps.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/copilot-setup-steps.yml

Invalid workflow file

(Line: 7, Col: 5): Unexpected value 'copilot_setup'
# It restores NuGet packages from external sources that would otherwise be blocked.
# See: https://docs.github.com/en/copilot/customizing-copilot/customizing-the-development-environment-for-copilot-coding-agent
name: Copilot Setup Steps
on: copilot_setup
permissions:
contents: read
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup .NET SDK
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
10.0.x
- name: Restore NuGet packages
run: dotnet restore