Skip to content

Commit 9653de5

Browse files
committed
Update .NET SDK used in GitHub Action and include all agents in build by default
1 parent 2ad685e commit 9653de5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: 8.0.403
23+
dotnet-version: 8.0.406
2424
- name: Build
2525
shell: pwsh
2626
run: |
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup .NET
3838
uses: actions/setup-dotnet@v4
3939
with:
40-
dotnet-version: 8.0.403
40+
dotnet-version: 8.0.406
4141
- name: Build
4242
shell: pwsh
4343
run: |
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup .NET
5555
uses: actions/setup-dotnet@v4
5656
with:
57-
dotnet-version: 8.0.403
57+
dotnet-version: 8.0.406
5858
- name: Build
5959
shell: pwsh
6060
run: |

tools/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"AgentsToInclude": ["msaz", "openai-gpt"]
2+
"AgentsToInclude": "*"
33
}

0 commit comments

Comments
 (0)