-
Notifications
You must be signed in to change notification settings - Fork 19
Update .NET Semantic Kernel Sample Agent #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pontemonti
merged 8 commits into
main
from
users/johanb/UpdateSemanticKernelSampleAgent
Nov 19, 2025
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
9f9eefc
Update CI workflow for .NET Semantic Kernel Sample Agent
pontemonti 5c61a16
Delete dotnet/semantic-kernel/sample-agent/nuget.config
pontemonti 50dc3d5
Update package versions for Msal and AspNetCore
pontemonti 8791cd7
Fixes to .NET semantic kernel sample agent
8f6d933
Update dotnet/semantic-kernel/sample-agent/MyAgent.cs
pontemonti 15b33c3
Update dotnet/semantic-kernel/sample-agent/MyAgent.cs
pontemonti 0548b2b
Update dotnet/semantic-kernel/sample-agent/MyAgent.cs
pontemonti 2a914cb
Update .github/workflows/ci-dotnet-semantickernel-sampleagent.yml
pontemonti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
.github/workflows/ci-dotnet-semantickernel-sampleagent.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| name: CI - Build .NET Semantic Kernel Sample Agent | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ main, master ] | ||
| paths: | ||
| - 'dotnet/semantic-kernel/sample-agent/**/*' | ||
| pull_request: | ||
| branches: [ main, master ] | ||
| paths: | ||
| - 'dotnet/semantic-kernel/sample-agent/**/*' | ||
|
|
||
| jobs: | ||
| dotnet-semantickernel-sampleagent: | ||
| name: .NET Semantic Kernel Sample Agent | ||
| runs-on: ubuntu-latest | ||
| defaults: | ||
| run: | ||
| working-directory: ./dotnet/semantic-kernel/sample-agent | ||
|
|
||
| strategy: | ||
| matrix: | ||
| dotnet-version: ['8.0.x'] | ||
|
|
||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Setup .NET ${{ matrix.dotnet-version }} | ||
| uses: actions/setup-dotnet@v4 | ||
| with: | ||
| dotnet-version: ${{ matrix.dotnet-version }} | ||
|
|
||
| - name: Restore dependencies | ||
| run: dotnet restore SemanticKernelSampleAgent.sln | ||
|
|
||
| - name: Build solution | ||
| run: dotnet build SemanticKernelSampleAgent.sln --no-restore --configuration Release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.