File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2323 <_InstallersToPublish Remove =" @(_InstallersToPublish)" />
2424 <_InstallersToPublish Include =" $(ArtifactsDir)packages\**\*.jar" UploadPathSegment =" jar" />
2525 <_InstallersToPublish Include =" $(ArtifactsDir)packages\**\*.pom" UploadPathSegment =" jar" />
26- <_InstallersToPublish Include =" $(ArtifactsDir)packages\**\*.tgz" UploadPathSegment =" npm" />
26+ <!-- All builds produce npm assets - only publish them once -->
27+ <_InstallersToPublish Include =" $(ArtifactsDir)packages\**\*.tgz" UploadPathSegment =" npm" Condition =" '$(OS)' == 'Windows_NT'" />
2728 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.deb" UploadPathSegment =" Runtime" />
2829 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.exe" UploadPathSegment =" Runtime" />
2930 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.msi" UploadPathSegment =" Runtime" />
You can’t perform that action at this time.
0 commit comments