Merged PR 784167: Pin Nuget frontend test to xunit

This test has an issue after updating to qtest. Pinning to xunit for the time being
This commit is contained in:
Michael Pysson 2024-05-09 23:41:41 +00:00
Родитель c40084093f
Коммит 0005072361
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,11 +1,15 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
import * as XUnit from "Sdk.Managed.Testing.XUnit";
namespace Nuget {
@@public
export const dll = BuildXLSdk.test({
assemblyName: "Test.BuildXL.FrontEnd.Nuget",
sources: globR(d`.`, "*.cs"),
// TODO - there is an outstanding issue with passing the credential provider environment variables down to this test
testFramework: XUnit.framework,
references: [
...addIf(BuildXLSdk.isFullFramework,
NetFx.System.Xml.dll,