Merge pull request #9829 from johnbeisner/FixNoSuffixPublish
Add back: PUBLISH_NUPKG_TO_BLOB_FEED
This commit is contained in:
commit
7a6a0b227f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="PublishNupkgToBlobFeed" DependsOnTargets="GatherNupkgsForPublishing">
|
||||
<Target Name="PublishNupkgToBlobFeed" Condition=" '$(PUBLISH_NUPKG_TO_BLOB_FEED)' == 'true'" DependsOnTargets="GatherNupkgsForPublishing">
|
||||
<Error Condition="'$(BlobFeedCloudDropAccessToken)' == ''" Text="Missing property BlobFeedCloudDropAccessToken." />
|
||||
<Error Condition="'$(BlobFeedExpectedURL)' == ''" Text="Missing property BlobFeedExpectedURL." />
|
||||
|
||||
|
|
Loading…
Reference in a new issue