Skip to content

Commit d5472d1

Browse files
committed
Update README and build apps
1 parent a0a18e9 commit d5472d1

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
with:
4747
dotnet-version: "10.0.x"
4848

49-
- name: "Build app"
49+
- name: "Build app - 02-build-ai-agent"
5050
run: dotnet build agent.cs
5151
working-directory: ./Final/02-build-ai-agent
52+
53+
- name: "Build app - 03-agent-custom-functions"
54+
run: dotnet build agent.cs
55+
working-directory: ./Final/03b-build-multi-agent-solution
56+
57+
- name: "Build app - 03b-build-multi-agent-solution"
58+
run: dotnet build agent.cs
59+
working-directory: ./Final/03b-build-multi-agent-solution

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Develop AI Agents in Azure (C# edition)
22

3-
This is a C# implementation of [mslearn-ai-agents](), which is used as part of the Microsoft Learn [Develop AI agents on Azure](https://learn.microsoft.com/training/paths/develop-ai-agents-on-azure/?WT.mc_id=DOP-MVP-5001655) learning path.
3+
This is a C# implementation of [mslearn-ai-agents](https://github.com/MicrosoftLearning/mslearn-ai-agents), which is used as part of the Microsoft Learn [Develop AI agents on Azure](https://learn.microsoft.com/training/paths/develop-ai-agents-on-azure/?WT.mc_id=DOP-MVP-5001655) learning path.
4+
5+
The C# code takes advantage of [.NET 10 file-based apps](https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/?WT.mc_id=DOP-MVP-5001655). You will need the latest .NET 10 SDK installed.
46

57
The exercises in this repo are designed to provide you with a hands-on learning experience in which you'll explore common tasks that developers perform when building AI agents on Microsoft Azure.
68

0 commit comments

Comments
 (0)