File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
test/Microsoft.Configuration.ConfigurationBuilders.Test Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
<add key =" disableSourceControlIntegration" value =" true" />
5
5
</solution >
6
6
<packageSources >
7
+ <clear />
7
8
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
8
9
</packageSources >
9
10
</configuration >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class AzureAppConfigTests
45
45
private readonly string kvUriRegex = "{\" uri\" :\" .+\" }" ;
46
46
47
47
48
- public static bool AppConfigTestsEnabled => true ;
48
+ public static bool AppConfigTestsEnabled => false ;
49
49
50
50
static AzureAppConfigTests ( )
51
51
{
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public class AzureTests
38
38
private readonly string customVersionOld ;
39
39
private readonly string customVersionNotExist = "abcVersionDoesNotExistXyz" ;
40
40
41
- public static bool AzureTestsEnabled => true ;
41
+ public static bool AzureTestsEnabled => false ;
42
42
43
43
public AzureTests ( )
44
44
{
You can’t perform that action at this time.
0 commit comments