This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 49
49
Condition =" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' " />
50
50
<ForPublishing Include =" $(PackagesDirectory)/runtime.*.Microsoft.DotNet.SDK.*.symbols.nupkg" />
51
51
<ForPublishing Include =" $(PackagesDirectory)/VS.Redist.Common.Net.Core.SDK.$(Architecture).*.nupkg"
52
- Condition =" '$(OS)' == 'Windows_NT' " >
53
- <ManifestArtifactData >NonShipping=true</ManifestArtifactData >
54
- </ForPublishing >
52
+ Condition =" '$(OS)' == 'Windows_NT' " />
55
53
<ForPublishing Include =" $(PackagesDirectory)/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.*.nupkg"
56
- Condition =" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' " >
57
- <ManifestArtifactData >NonShipping=true</ManifestArtifactData >
58
- </ForPublishing >
54
+ Condition =" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' " />
59
55
<ForPublishing Include =" $(PackagesDirectory)/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.swr"
60
56
Condition =" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' " />
61
57
<ForPublishing Include =" $(PackagesDirectory)/nuGetPackagesArchive.lzma"
Original file line number Diff line number Diff line change 15
15
16
16
<VersionSuffix Condition =" '$(DropSuffix)' != 'true' " >$(ReleaseSuffix)-$(CommitCount)</VersionSuffix >
17
17
18
- <FullNugetVersion >$(CliVersionNoSuffix)-$(ReleaseSuffix)-$(CommitCount)</FullNugetVersion >
18
+ <SuffixedNugetVersion >$(CliVersionNoSuffix)-$(ReleaseSuffix)-$(CommitCount)</SuffixedNugetVersion >
19
+ <FullNugetVersion Condition =" '$(FullNugetVersion)' == '' " >$(SuffixedNugetVersion)</FullNugetVersion >
19
20
20
21
<NugetVersion Condition =" '$(DropSuffix)' != 'true' " >$(FullNugetVersion)</NugetVersion >
21
22
<NugetVersion Condition =" '$(NugetVersion)' == '' " >$(CliVersionNoSuffix)</NugetVersion >
Original file line number Diff line number Diff line change 21
21
<MSBuildExtensionsGenerateMsiPowershellScript >$(RepoRoot)/packaging/windows/msbuildextensions/generatemsi.ps1</MSBuildExtensionsGenerateMsiPowershellScript >
22
22
23
23
<SdkInstallerNuspecFile >$(RepoRoot)/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.$(Architecture).nuspec</SdkInstallerNuspecFile >
24
- <SdkInstallerNupkgFile >$(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.$(Architecture).$(FullNugetVersion ).nupkg</SdkInstallerNupkgFile >
24
+ <SdkInstallerNupkgFile >$(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.$(Architecture).$(SuffixedNugetVersion ).nupkg</SdkInstallerNupkgFile >
25
25
26
26
<SdkMSBuildExtensionsNuspecFile >$(RepoRoot)/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec</SdkMSBuildExtensionsNuspecFile >
27
- <SdkMSBuildExtensionsNupkgFile >$(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.$(FullNugetVersion ).nupkg</SdkMSBuildExtensionsNupkgFile >
27
+ <SdkMSBuildExtensionsNupkgFile >$(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.$(SuffixedNugetVersion ).nupkg</SdkMSBuildExtensionsNupkgFile >
28
28
<SdkMSBuildExtensionsSwrFile >$(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.swr</SdkMSBuildExtensionsSwrFile >
29
29
</PropertyGroup >
30
30
172
172
173
173
<Exec Command =" powershell -NoProfile -NoLogo $(SdkGenerateNupkgPowershellScript)
174
174
'$(CombinedFrameworkSdkHostInstallerFile)'
175
- '$(FullNugetVersion )'
175
+ '$(SuffixedNugetVersion )'
176
176
'$(SdkInstallerNuspecFile)'
177
177
'$(SdkInstallerNupkgFile)'" />
178
178
</Target >
187
187
188
188
<Exec Command =" powershell -NoProfile -NoLogo $(SdkGenerateNupkgPowershellScript)
189
189
'$(MSBuildExtensionsLayoutDirectory)'
190
- '$(FullNugetVersion )'
190
+ '$(SuffixedNugetVersion )'
191
191
'$(SdkMSBuildExtensionsNuspecFile)'
192
192
'$(SdkMSBuildExtensionsNupkgFile)'" />
193
193
You can’t perform that action at this time.
0 commit comments