Skip to content

Commit

Permalink
Publish packages under teh configruation dir (#4776)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored and KevinRansom committed Apr 24, 2018
1 parent cedf9f4 commit 299c3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PublishToBlob.proj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<!-- this should pick up both *.nupkg and *.symbols.nupkg -->
<NuGetPackages Include="$(MSBuildThisFileDirectory)artifacts\Microsoft.FSharp.Compiler.*.nupkg" />
<NuGetPackages Include="$(MSBuildThisFileDirectory)$(Configuration)\artifacts\Microsoft.FSharp.Compiler.*.nupkg" />
</ItemGroup>

<Target Name="Build">
Expand Down

0 comments on commit 299c3e4

Please sign in to comment.