Skip to content

Commit 299c3e4

Browse files
mmitcheKevinRansom
authored andcommitted
Publish packages under teh configruation dir (#4776)
1 parent cedf9f4 commit 299c3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PublishToBlob.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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

2323
<Target Name="Build">

0 commit comments

Comments
 (0)