Skip to content

Minor tweaks to improve nugetizability#325

Merged
dansiegel merged 3 commits intodansiegel:configuration-tasksfrom
kzu:configuration-tasks
Feb 19, 2023
Merged

Minor tweaks to improve nugetizability#325
dansiegel merged 3 commits intodansiegel:configuration-tasksfrom
kzu:configuration-tasks

Conversation

@kzu
Copy link
Contributor

@kzu kzu commented Feb 19, 2023

Add this targets file alongside Directory.Build.targets named Directory.Build.targets.user (which will now be ignored in commits):

<Project>

  <PropertyGroup>
    <RestoreSources>https://pkg.kzu.io/index.json;https://api.nuget.org/v3/index.json</RestoreSources>
  </PropertyGroup>

  <ItemGroup>
    <PackageVersion Update="NuGetizer" Version="42.42.42-main.807" />
  </ItemGroup>

</Project>

This adds the CI nugetizer package feed and the latest build from main, which contains the fix for platform-suffixed target frameworks: devlooped/nugetizer#306

kzu added 3 commits February 19, 2023 01:32
Seems like the default value for `GenerateDocumentationFile` varies across TFs, so just set unequivocally to true.
The Directory.Build.targets.user can be used to customize the packages in use.
@bijington
Copy link
Contributor

That's an impressive package version number! It has strong Hitchikers vibes...

@dansiegel dansiegel merged commit cf8a197 into dansiegel:configuration-tasks Feb 19, 2023
@dansiegel
Copy link
Owner

Thanks @kzu tested this and it resolves the packing issue for the Configuration package!

@kzu kzu deleted the configuration-tasks branch February 19, 2023 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants