VerifySamples: Filter projects to net10 only (#5184)

This commit is contained in:
westey
2026-04-09 17:43:54 +01:00
committed by GitHub
Unverified
parent 6d6cb840ae
commit 8348584ac2
+11 -2
View File
@@ -63,10 +63,19 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Generate filtered solution
shell: pwsh
run: |
./dotnet/eng/scripts/New-FilteredSolution.ps1 `
-Solution dotnet/agent-framework-dotnet.slnx `
-TargetFramework net10.0 `
-Configuration Debug `
-OutputPath dotnet/filtered.slnx `
-Verbose
- name: Build solution
working-directory: dotnet
shell: bash
run: dotnet build agent-framework-dotnet.slnx -f net10.0 --warnaserror
run: dotnet build dotnet/filtered.slnx -f net10.0 --warnaserror
- name: Run verify-samples
id: verify