Skip to content

Commit 3a5b333

Browse files
committed
Print what we're trying to publish
1 parent 9efa5bb commit 3a5b333

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/Publish.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,12 @@
295295
Condition=" '%(FilesToPublish.IsDuplicateUpload)' != 'true' " />
296296
</ItemGroup>
297297

298+
<Message Text="Publishing the following packages: @(PackageToPublishToTransport)"
299+
Importance="high" />
300+
301+
<Message Text="Publishing the following files: @(FilesToPublishToTransport)"
302+
Importance="high" />
303+
298304

299305
<PushToBlobFeed ExpectedFeedUrl="$(PublishBlobFeedUrl)"
300306
AccountKey="$(PublishBlobFeedKey)"

0 commit comments

Comments
 (0)