mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
.NET: Change Runtime namespaces to Microsoft.Agents.AI.Runtime (#957)
* Rename MEAI.Runtime to MAAI.Runtime. * Missed.
This commit is contained in:
committed by
GitHub
Unverified
parent
514d0209a8
commit
28ad256931
@@ -10,7 +10,7 @@ on:
|
||||
branches: ["main", "feature*"]
|
||||
paths:
|
||||
- dotnet/tests/CosmosDB.IntegrationTests/**
|
||||
- dotnet/src/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB/**
|
||||
- dotnet/src/Microsoft.Agents.AI.Runtime.Storage.CosmosDB/**
|
||||
- '.github/workflows/dotnet-cosmosdb-integration-tests.yml'
|
||||
merge_group:
|
||||
branches: ["main"]
|
||||
@@ -18,7 +18,7 @@ on:
|
||||
branches: ["main", "feature*"]
|
||||
paths:
|
||||
- dotnet/tests/CosmosDB.IntegrationTests/**
|
||||
- dotnet/src/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB/**
|
||||
- dotnet/src/Microsoft.Agents.AI.Runtime.Storage.CosmosDB/**
|
||||
- '.github/workflows/dotnet-cosmosdb-integration-tests.yml'
|
||||
schedule:
|
||||
- cron: "0 2 * * *" # Run at 2 AM UTC daily
|
||||
@@ -92,7 +92,7 @@ jobs:
|
||||
|
||||
# Change to project directory to ensure local nuget.config is used
|
||||
pushd consoleapp
|
||||
dotnet add packcheck.csproj package Microsoft.Extensions.AI.Agents --prerelease
|
||||
dotnet add packcheck.csproj package Microsoft.Agents.AI --prerelease
|
||||
dotnet build -f ${{ matrix.targetFramework }} -c ${{ matrix.configuration }} packcheck.csproj
|
||||
|
||||
# Clean up
|
||||
@@ -133,7 +133,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
# Run the specific CosmosDB integration tests
|
||||
dotnet test ./dotnet/tests/CosmosDB.IntegrationTests/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB.Tests/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB.Tests.csproj \
|
||||
dotnet test ./dotnet/tests/CosmosDB.IntegrationTests/Microsoft.Agents.AI.Runtime.Storage.CosmosDB.Tests/Microsoft.Agents.AI.Runtime.Storage.CosmosDB.Tests.csproj \
|
||||
-f ${{ matrix.targetFramework }} \
|
||||
-c ${{ matrix.configuration }} \
|
||||
--no-build \
|
||||
@@ -155,4 +155,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: CosmosDB-CoverageReport-${{ matrix.os }}-${{ matrix.targetFramework }}-${{ matrix.configuration }}
|
||||
path: ./TestResults/Reports
|
||||
path: ./TestResults/Reports
|
||||
|
||||
Reference in New Issue
Block a user