Skip to content

Commit

Permalink
The 'PushToBlobFeed' call cannot find the NuPkgs (#1736)
Browse files Browse the repository at this point in the history
* "TargetFramework" is not needed; moreover it changes the property: "OutputPath" [see: PushToBlobFeed.targets]

* Put back "TargetFramework" for the 'restore' call.
The 'PushToBlobFeed' call cannot find the NuPkg because "OutputPath" is changed.
  • Loading branch information
johnbeisner authored Nov 15, 2017
1 parent 6427dc0 commit 1218d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/PushToBlobFeed.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ItemsToPushGlobPattern Include="$(OutputPath)Packages\Microsoft.NET.Sdk.*.nupkg" />
<ItemsToPushGlobPattern Include="$(OutputPath)Packages\Microsoft.NET.Build.Extensions.*.nupkg" />
<ItemsToPushGlobPattern Include="$(RepositoryRootDirectory)bin\$(Configuration)\Packages\Microsoft.NET.Sdk.*.nupkg" />
<ItemsToPushGlobPattern Include="$(RepositoryRootDirectory)bin\$(Configuration)\Packages\Microsoft.NET.Build.Extensions.*.nupkg" />
</ItemGroup>

<Target Name="PushToBlobFeed" >
Expand Down

0 comments on commit 1218d9d

Please sign in to comment.