| File: test\ProjectTemplates\Infrastructure\TemplateExecutionTestConfiguration.cs | Web Access |
| Project: src\test\ProjectTemplates\Microsoft.Agents.AI.Templates.IntegrationTests\Microsoft.Agents.AI.Templates.Tests.csproj (Microsoft.Agents.AI.Templates.Tests) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Shared.ProjectTemplates.Tests; public sealed class TemplateExecutionTestConfiguration { public required string TemplatePackageName { get; init; } public required string TestOutputFolderPrefix { get; init; } } |