Skip to content

Commit

Permalink
Move resulting packages to nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Dec 22, 2024
1 parent 6522882 commit 9622dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@ Mutagen.Bethesda.Starfield/Mutagen.Bethesda.Starfield.xml
.vscode
Mutagen.Bethesda.Tests/config/

outputPackages/
nupkg/
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReleaseNotes>Bethesda Modding</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Noggog</Authors>
<PackageOutputPath>..\outputPackages</PackageOutputPath>
<PackageOutputPath>..\nupkg</PackageOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>
Expand Down

0 comments on commit 9622dbc

Please sign in to comment.