Skip to content

Commit cf450ce

Browse files
committed
Fix output path for packages
1 parent a334421 commit cf450ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Smith.msbuildproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<PackageId>Smith</PackageId>
66
<Description>An opinionated meta-package for doing AI agents using Microsoft.Extensions.AI and MCP</Description>
7-
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts</PackageOutputPath>
7+
<PackageOutputPath>$(MSBuildThisFileDirectory)bin</PackageOutputPath>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)