Fix typo in publish targets

This commit is contained in:
Nate McMaster 2018-01-09 10:46:53 -08:00
parent 91b852136b
commit 56d31947a8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
GetFilesToPublish; GetFilesToPublish;
CopyToPublishArtifacts; CopyToPublishArtifacts;
PublishToAzureFeed; PublishToAzureFeed;
PublisthToTransportFeed; PublishToTransportFeed;
$(PublishDependsOn); $(PublishDependsOn);
</PublishDependsOn> </PublishDependsOn>