File tree 6 files changed +1
-30
lines changed
6 files changed +1
-30
lines changed Original file line number Diff line number Diff line change 12
12
<MinOSForArch Condition =" '$(PackagePlatform)' == 'arm'" >win8</MinOSForArch >
13
13
<MinOSForArch Condition =" '$(PackagePlatform)' == 'arm64'" >win10</MinOSForArch >
14
14
<PackagePlatform >AnyCPU</PackagePlatform >
15
-
16
- <PackageIndexFile >$(MSBuildThisFileDirectory)packageIndex.json</PackageIndexFile >
17
-
18
- <!-- coreclr doesn't currently use the index so don't force it to be in sync -->
19
- <SkipIndexCheck >true</SkipIndexCheck >
20
15
</PropertyGroup >
21
16
22
17
<!-- CoreCLR nuget packages shouldn't be published during servicing. -->
23
18
<PropertyGroup Condition =" '$(PreReleaseVersionLabel)' == 'servicing'" >
24
19
<IsShipping >false</IsShipping >
25
20
</PropertyGroup >
26
21
27
- <ItemGroup >
28
- <PackageIndex Condition =" '$(MSBuildProjectExtension)' == '.pkgproj'" Include =" $(PackageIndexFile)" />
29
- </ItemGroup >
30
-
31
22
<PropertyGroup >
32
23
<!-- build the transport package which includes product and symbols in addition to standard packages
33
24
This is a legacy setting as we tend to use symbol packages for symbol indexing and we don't use
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
<PropertyGroup >
9
9
<PackagePlatform Condition =" '$(PackagePlatform)' == ''" >$(Platform)</PackagePlatform >
10
10
<PackagePlatform Condition =" '$(PackagePlatform)' == 'amd64'" >x64</PackagePlatform >
11
-
12
- <PackageIndexFile >$(MSBuildThisFileDirectory)packageIndex.json</PackageIndexFile >
13
-
14
- <!-- this repo doesn't currently use the index so don't force it to be in sync -->
15
- <SkipIndexCheck >true</SkipIndexCheck >
16
11
</PropertyGroup >
17
12
18
- <ItemGroup >
19
- <PackageIndex Include =" $(PackageIndexFile)" />
20
- </ItemGroup >
21
13
</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<Project >
2
+
2
3
<!-- Packaging projects (.pkgproj) are non-SDK-style, so they need to directly import Directory.Build.props -->
3
4
<Import Project =" ..\Directory.Build.props" />
4
5
<Import Project =" $(NuGetPackageRoot)\microsoft.dotnet.build.tasks.templating\$(MicrosoftDotNetBuildTasksTemplatingVersion)\build\Microsoft.DotNet.Build.Tasks.Templating.props" />
5
6
<Import Project =" $(NuGetPackageRoot)\microsoft.dotnet.build.tasks.packaging\$(MicrosoftDotNetBuildTasksPackagingVersion)\build\Microsoft.DotNet.Build.Tasks.Packaging.props" />
6
7
7
8
<PropertyGroup >
8
- <PackageIndexFile >$(MSBuildThisFileDirectory)packageIndex.json</PackageIndexFile >
9
9
<PackagePlatform >AnyCPU</PackagePlatform >
10
-
11
- <!-- mono doesn't currently use the index so don't force it to be in sync -->
12
- <SkipIndexCheck >true</SkipIndexCheck >
13
10
</PropertyGroup >
14
11
15
- <ItemGroup >
16
- <PackageIndex Condition =" '$(MSBuildProjectExtension)' == '.pkgproj'" Include =" $(PackageIndexFile)" />
17
- </ItemGroup >
18
12
</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments