Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 429f2fd

Browse files
author
jbeisner
committed
Found a version of 'microsoft.dotnet.build.tasks.feed' that supports both parsing of the URL and the currrent Nupkg upload method: 2.1.0-prerelease-02312-02
1 parent 6d9130d commit 429f2fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build/DependencyVersions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<PropertyGroup>
6969
<VersionToolsVersion>1.0.27-prerelease-01723-01</VersionToolsVersion>
7070
<DotnetDebToolVersion>2.0.0-preview2-25331-01</DotnetDebToolVersion>
71-
<BuildTasksFeedToolVersion>2.1.0-prerelease-02221-02</BuildTasksFeedToolVersion>
71+
<BuildTasksFeedToolVersion>2.1.0-prerelease-02312-02</BuildTasksFeedToolVersion>
7272
</PropertyGroup>
7373

7474
</Project>

build/publish/AzureInfo.targets

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
3+
44
<Target Name="SetAzureProps"
55
Condition=" '$(IsOrchestratedPublish)' == 'True' And '$(PB_PublishBlobFeedUrl)' != '' ">
66

7-
<ParseBlobUrl BlobUrl="$(PB_PublishBlobFeedUrl)">
7+
<ParseFeedUrl FeedUrl="$(PB_PublishBlobFeedUrl)">
88
<Output TaskParameter="BlobElements" ItemName="BlobElements" />
9-
</ParseBlobUrl>
9+
</ParseFeedUrl>
1010

1111
<PropertyGroup>
1212
<ArtifactContainerName>%(BlobElements.ContainerName)</ArtifactContainerName>
1313
<ChecksumContainerName>%(BlobElements.ContainerName)</ChecksumContainerName>
1414
<ArtifactCloudDropAccountName>%(BlobElements.AccountName)</ArtifactCloudDropAccountName>
1515
<ChecksumCloudDropAccountName>%(BlobElements.AccountName)</ChecksumCloudDropAccountName>
16-
<PublishBlobFeedUrlBlobPath>%(BlobElements.BlobPath)</PublishBlobFeedUrlBlobPath>
16+
<PublishBlobFeedUrlBlobPath>%(BlobElements.BaseBlobPath)</PublishBlobFeedUrlBlobPath>
1717
<BlobStoragePartialRelativePath>$(PublishBlobFeedUrlBlobPath.Replace('/index.json', ''))/assets</BlobStoragePartialRelativePath>
1818
</PropertyGroup>
1919
</Target>
20-
20+
2121
</Project>

0 commit comments

Comments
 (0)