Fix local builds of src/DataProtection/build.cmd
This commit is contained in:
parent
6994c4fc48
commit
674401235b
|
|
@ -21,5 +21,10 @@
|
||||||
https://vside.myget.org/F/vssdk/api/v3/index.json;
|
https://vside.myget.org/F/vssdk/api/v3/index.json;
|
||||||
https://vside.myget.org/F/vsmac/api/v3/index.json
|
https://vside.myget.org/F/vsmac/api/v3/index.json
|
||||||
</RestoreSources>
|
</RestoreSources>
|
||||||
|
<!-- Temporary until we can replace PackageRef with ProjectRef -->
|
||||||
|
<RestoreSources Condition=" '$(SubFolderRepoBuild)' == 'true' AND '$(DotNetBuildOffline)' != 'true' AND '$(DisableMyGetRestoreSources)' != 'true' ">
|
||||||
|
$(RestoreSources);
|
||||||
|
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
|
||||||
|
</RestoreSources>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,10 @@
|
||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<!-- Temporary until we can replace PackageRef with ProjectRef -->
|
||||||
|
<SubFolderRepoBuild>true</SubFolderRepoBuild>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
|
||||||
|
|
||||||
<Import Project="version.props" />
|
<Import Project="version.props" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue