Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2871 from dagood/release/2.0.0/ending-slash
Browse files Browse the repository at this point in the history
[release/2.0.0] Add virtual dir ending slash when downloading nupkgs to publish
  • Loading branch information
weshaggard authored Jul 20, 2017
2 parents 192597a + 1a18a9b commit 82b22fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/publish.proj
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<GetAzureBlobList AccountName="$(AzureAccountName)"
AccountKey="$(AzureAccessToken)"
ContainerName="$(ContainerName)"
FilterblobNames="Runtime/$(SharedFrameworkNugetVersion)">
FilterblobNames="Runtime/$(SharedFrameworkNugetVersion)/">
<Output TaskParameter="BlobNames" ItemName="_BlobList" />
</GetAzureBlobList>
<ItemGroup>
Expand Down

0 comments on commit 82b22fa

Please sign in to comment.