.NET: Improve resilience of verify-samples by building separately and improving evaluation instructions (#5151)

* Improve resilience of verify-samples by building separately and improving evaluation instructions

* Address PR comments

* Address PR comment
This commit is contained in:
westey
2026-04-09 12:25:00 +01:00
committed by GitHub
Unverified
parent 79afda1a6c
commit 6d6cb840ae
7 changed files with 95 additions and 17 deletions
@@ -63,6 +63,11 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Build solution
working-directory: dotnet
shell: bash
run: dotnet build agent-framework-dotnet.slnx -f net10.0 --warnaserror
- name: Run verify-samples
id: verify
working-directory: dotnet