Skip to content

Commit

Permalink
wrong build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
giammin committed Oct 28, 2024
1 parent 58c468f commit f948d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/giammin/AspNetCore.DataProtection.CustomStorage</PackageProjectUrl>
<PackageOutputPath>../build</PackageOutputPath>
<PackageOutputPath>../../build</PackageOutputPath>
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit f948d7e

Please sign in to comment.