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.
1 parent bc75981 commit b1f039dCopy full SHA for b1f039d
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