File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 7
7
<PropertyGroup >
8
8
<NuGetPublishFeed >https://dotnet.myget.org/f/aspnetcore-ci-dev</NuGetPublishFeed >
9
9
</PropertyGroup >
10
+
11
+ <!--
12
+ If this build has a .deps dir supplied by the CI system, use that (and *only* that)
13
+ // to obtain the package lineup. This ensures we're building and testing against the
14
+ // specific Coherence build that this Templating repo build is chained to.
15
+ -->
16
+ <PropertyGroup Condition =" Exists('$(RepositoryRoot).deps\lineups')" >
17
+ <PolicyRestoreSources >$(RepositoryRoot).deps\lineups</PolicyRestoreSources >
18
+ </PropertyGroup >
19
+ <ItemGroup Condition =" Exists('$(RepositoryRoot).deps\build')" >
20
+ <AdditionalRestoreSources Include =" $(RepositoryRoot).deps\build" />
21
+ </ItemGroup >
22
+
10
23
</Project >
You can’t perform that action at this time.
0 commit comments