We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad685e commit 9653de5Copy full SHA for 9653de5
.github/workflows/dotnet.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup .NET
21
uses: actions/setup-dotnet@v4
22
with:
23
- dotnet-version: 8.0.403
+ dotnet-version: 8.0.406
24
- name: Build
25
shell: pwsh
26
run: |
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
tools/metadata.json
@@ -1,3 +1,3 @@
1
{
2
- "AgentsToInclude": ["msaz", "openai-gpt"]
+ "AgentsToInclude": "*"
3
}
0 commit comments