Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 6d353a5

Browse files
author
jbeisner
committed
Mark both NuPkgs as "NonShipping=true"
1 parent e1c8cd6 commit 6d353a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/publish/PublishNupkgToBlobFeed.targets

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<ItemGroup>
66
<NupkgsForPublishing Include="$(PackagesDirectory)/Microsoft.DotNet.Cli.Utils.*.nupkg"
77
Exclude="$(PackagesDirectory)/*.symbols.nupkg"
8-
Condition=" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' " />
8+
Condition=" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' " >
9+
<ManifestArtifactData>NonShipping=true</ManifestArtifactData>
10+
</NupkgsForPublishing>
911
<NupkgsForPublishing Include="$(PackagesDirectory)/Microsoft.DotNet.MSBuildSdkResolver.*.nupkg"
1012
Exclude="$(PackagesDirectory)/*.symbols.nupkg"
1113
Condition=" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' " >

0 commit comments

Comments
 (0)