We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 614ac8e + b1f039d commit 9078b35Copy full SHA for 9078b35
eng/Publishing.props
@@ -13,6 +13,10 @@
13
<!-- Include our "loose" PDBs when publishing symbols. -->
14
<FilesToPublishToSymbolServer Include="$(ArtifactsDir)\symbols\**\*.pdb" />
15
16
+ <!-- Ensure the PDBArtifacts artifact isn't empty, avoiding irrelevant build warnings. -->
17
+ <FilesToPublishToSymbolServer Include="$(RepoRoot)\README.md"
18
+ Condition=" @(FilesToPublishToSymbolServer) == '' " />
19
+
20
<!-- Prepare for _PublishInstallers target. -->
21
<_InstallersToPublish Remove="@(_InstallersToPublish)" />
22
<_InstallersToPublish Include="$(ArtifactsDir)\packages\**\*.jar" UploadPathSegment="jar" />
0 commit comments