File tree Expand file tree Collapse file tree 3 files changed +4
-69
lines changed
src/source-build-reference-packages/src/externalPackages/projects Expand file tree Collapse file tree 3 files changed +4
-69
lines changed Original file line number Diff line number Diff line change 211
211
NuGetConfigFile =" $(NuGetConfigFile)"
212
212
BuildWithOnlineFeeds =" $(DotNetBuildWithOnlineFeeds)"
213
213
KeepFeedPrefixes =" @(KeepFeedPrefixes)"
214
- Condition =" '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetSourceOnlyTestOnly)' != 'true' " />
214
+ Condition =" '$(DotNetBuildSourceOnly)' == 'true'" />
215
215
216
216
<AddSourceToNuGetConfig NuGetConfigFile =" $(NuGetConfigFile)"
217
217
SourceName =" $(PrebuiltNuGetSourceName)"
Original file line number Diff line number Diff line change 15
15
as the scenario tests repo needs to be capable of being built by itself in a standalone validation job.
16
16
This also requires the use of bootstrap arcade. -->
17
17
<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 >
18
21
</PropertyGroup >
19
22
20
23
<PropertyGroup Condition =" '$(SkipScenarioTestsDependencies)' == 'true'" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments