File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 250250 <IncludedPrebuiltPackageFile
251251 Include =" @(IncludedPrebuiltPackageFilename -> '%(OriginalIdentity)')" />
252252
253- <!--
254- These Arcade prebuilts cannot be ref-pkgs because they get included in Arcade.
255- This should be temporary until nuget is built in 5.0.
256- -->
257- <ArcadePrebuiltPackageFilename Include ="
258- nuget.versioning.4.4.0.nupkg;
259- system.memory.4.5.3.nupkg" />
260- <!--
261- Eval '**' separately: Filename and Extension metadata doesn't work in the same element where
262- matching happens, for items declared in targets.
263- -->
264- <ArcadePrebuiltPackageFile
265- Include =" $(ProjectDir)packages\restored\**\%(ArcadePrebuiltPackageFilename.Identity)" />
266- <IncludedPrebuiltPackageFile
267- Include =" @(ArcadePrebuiltPackageFile)"
268- RelativeDestination =" packages\arcadeRequired\%(Filename)%(Extension)" />
269-
270253 <!-- Add prebuilt packages to tarball. -->
271254 <TarballCopyFile Include =" @(IncludedPrebuiltPackageFile)" />
272255 </ItemGroup >
Original file line number Diff line number Diff line change 22 <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
33
44 <PropertyGroup >
5- <!-- Include extra arcade required prebuilts in offline build only-->
6- <ExtraRestoreSourcePath Condition =" '$(OfflineBuild)' == 'true'" >$(ProjectDir)packages/arcadeRequired/</ExtraRestoreSourcePath >
75 <!-- 'restore' and 'build' switches automatically passed by build.sh/ps1. -->
86 <BuildCommandArgs />
97 <BuildCommandArgs >$(BuildCommandArgs) $(FlagParameterPrefix)pack</BuildCommandArgs >
You can’t perform that action at this time.
0 commit comments