зеркало из https://github.com/microsoft/BuildXL.git
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:
Родитель
c40084093f
Коммит
0005072361
|
@ -1,11 +1,15 @@
|
||||||
// Copyright (c) Microsoft. All rights reserved.
|
// Copyright (c) Microsoft. All rights reserved.
|
||||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
// 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 {
|
namespace Nuget {
|
||||||
@@public
|
@@public
|
||||||
export const dll = BuildXLSdk.test({
|
export const dll = BuildXLSdk.test({
|
||||||
assemblyName: "Test.BuildXL.FrontEnd.Nuget",
|
assemblyName: "Test.BuildXL.FrontEnd.Nuget",
|
||||||
sources: globR(d`.`, "*.cs"),
|
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: [
|
references: [
|
||||||
...addIf(BuildXLSdk.isFullFramework,
|
...addIf(BuildXLSdk.isFullFramework,
|
||||||
NetFx.System.Xml.dll,
|
NetFx.System.Xml.dll,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче