8000 Remove xunit external package from SB (#1375) · dotnet/dotnet@be0faef · GitHub
[go: up one dir, main page]

Skip to content

Commit be0faef

Browse files
Remove xunit external package from SB (#1375)
1 parent 70b2469 commit be0faef

File tree

3 files changed

+4
-69
lines changed

3 files changed

+4
-69
lines changed

repo-projects/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
NuGetConfigFile="$(NuGetConfigFile)"
212212
BuildWithOnlineFeeds="$(DotNetBuildWithOnlineFeeds)"
213213
KeepFeedPrefixes="@(KeepFeedPrefixes)"
214-
Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetSourceOnlyTestOnly)' != 'true'" />
214+
Condition="'$(DotNetBuildSourceOnly)' == 'true'" />
215215

216216
<AddSourceToNuGetConfig NuGetConfigFile="$(NuGetConfigFile)"
217217
SourceName="$(PrebuiltNuGetSourceName)"

repo-projects/scenario-tests.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
as the scenario tests repo needs to be capable of being built by itself in a standalone validation job.
1616
This also requires the use of bootstrap arcade. -->
1717
<SkipScenarioTestsDependencies Condition="'$(DotNetSourceOnlyTestOnly)' == 'true'">true</SkipScenarioTestsDependencies>
18+
19+
<!-- In source only builds, tests are always allowed to use online sources -->
20+
<DotNetBuildWithOnlineFeeds Condition="'$(DotNetBuildSourceOnly)' == 'true'">true</DotNetBuildWithOnlineFeeds>
1821
</PropertyGroup>
1922

2023
<PropertyGroup Condition="'$(SkipScenarioTestsDependencies)' == 'true'">

src/source-build-reference-packages/src/externalPackages/projects/xunit.proj

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0