File tree Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 270
270
<IncludedPrebuiltPackageFile
271
271
Include =" @(IncludedPrebuiltPackageFilename -> '%(OriginalIdentity)')" />
272
272
273
- <!--
274
- These Arcade prebuilts cannot be ref-pkgs because they get included in Arcade.
275
- This should be temporary until nuget is built in 5.0.
276
- -->
277
- <ArcadePrebuiltPackageFilename Include ="
278
- nuget.versioning.4.4.0.nupkg;
279
- system.memory.4.5.3.nupkg" />
280
- <!--
281
- Eval '**' separately: Filename and Extension metadata doesn't work in the same element where
282
- matching happens, for items declared in targets.
283
- -->
284
- <ArcadePrebuiltPackageFile
285
- Include =" $(ProjectDir)packages\restored\**\%(ArcadePrebuiltPackageFilename.Identity)" />
286
- <IncludedPrebuiltPackageFile
287
- Include =" @(ArcadePrebuiltPackageFile)"
288
- RelativeDestination =" packages\arcadeRequired\%(Filename)%(Extension)" />
289
-
290
273
<!-- Add prebuilt packages to tarball. -->
291
274
<TarballCopyFile Include =" @(IncludedPrebuiltPackageFile)" />
292
275
</ItemGroup >
Original file line number Diff line number Diff line change 13
13
<PropertyGroup >
14
14
<PrivateSourceBuildReferencePackagesPackageVersion >1.0.0-beta.20623.1</PrivateSourceBuildReferencePackagesPackageVersion >
15
15
</PropertyGroup >
16
+ <PropertyGroup >
17
+ <PrivateSourceBuiltArtifactsPackageVersion >0.1.0-5.0.100-920491-20201216</PrivateSourceBuiltArtifactsPackageVersion >
18
+ </PropertyGroup >
16
19
</Project >
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