We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a37e6 commit 8592c75Copy full SHA for 8592c75
src/Adapter/MSTest.PlatformServices/Services/SettingsProvider.cs
@@ -1,7 +1,9 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
4
+#if !WINDOWS_UWP
5
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter;
6
+#endif
7
8
using MSTest.PlatformServices.Interface;
9
0 commit comments