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 250
250
<IncludedPrebuiltPackageFile
251
251
Include =" @(IncludedPrebuiltPackageFilename -> '%(OriginalIdentity)')" />
252
252
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
-
270
253
<!-- Add prebuilt packages to tarball. -->
271
254
<TarballCopyFile Include =" @(IncludedPrebuiltPackageFile)" />
272
255
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
3
3
4
4
<PropertyGroup >
5
- <!-- Include extra arcade required prebuilts in offline build only-->
6
- <ExtraRestoreSourcePath Condition =" '$(OfflineBuild)' == 'true'" >$(ProjectDir)packages/arcadeRequired/</ExtraRestoreSourcePath >
7
5
<!-- 'restore' and 'build' switches automatically passed by build.sh/ps1. -->
8
6
<BuildCommandArgs />
9
7
<BuildCommandArgs >$(BuildCommandArgs) $(FlagParameterPrefix)pack</BuildCommandArgs >
You can’t perform that action at this time.
0 commit comments