Skip to content

Commit e1523ff

Browse files
Build pipeline updates (#191)
* Use 'clear' to prevent nuget multi-feed problems. * Disable Azure tests
1 parent b1c4b3b commit e1523ff

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.nuget/NuGet.Config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<add key="disableSourceControlIntegration" value="true" />
55
</solution>
66
<packageSources>
7+
<clear />
78
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
89
</packageSources>
910
</configuration>

test/Microsoft.Configuration.ConfigurationBuilders.Test/AzureAppConfigTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class AzureAppConfigTests
4545
private readonly string kvUriRegex = "{\"uri\":\".+\"}";
4646

4747

48-
public static bool AppConfigTestsEnabled => true;
48+
public static bool AppConfigTestsEnabled => false;
4949

5050
static AzureAppConfigTests()
5151
{

test/Microsoft.Configuration.ConfigurationBuilders.Test/AzureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class AzureTests
3838
private readonly string customVersionOld;
3939
private readonly string customVersionNotExist = "abcVersionDoesNotExistXyz";
4040

41-
public static bool AzureTestsEnabled => true;
41+
public static bool AzureTestsEnabled => false;
4242

4343
public AzureTests()
4444
{

0 commit comments

Comments
 (0)