Skip to content

Commit 09c5e90

Browse files
committed
Merge 'dotnet/master' into 5.0.2
2 parents 7d05a2f + 8482f70 commit 09c5e90

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

eng/SourceBuild.Tarball.targets

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -270,23 +270,6 @@
270270
<IncludedPrebuiltPackageFile
271271
Include="@(IncludedPrebuiltPackageFilename -> '%(OriginalIdentity)')" />
272272

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-
290273
<!-- Add prebuilt packages to tarball. -->
291274
<TarballCopyFile Include="@(IncludedPrebuiltPackageFile)" />
292275
</ItemGroup>

eng/Versions.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
<PropertyGroup>
1414
<PrivateSourceBuildReferencePackagesPackageVersion>1.0.0-beta.20623.1</PrivateSourceBuildReferencePackagesPackageVersion>
1515
</PropertyGroup>
16+
<PropertyGroup>
17+
<PrivateSourceBuiltArtifactsPackageVersion>0.1.0-5.0.100-920491-20201216</PrivateSourceBuiltArtifactsPackageVersion>
18+
</PropertyGroup>
1619
</Project>

repos/arcade.proj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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>

0 commit comments

Comments
 (0)