-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish using the api-key option (#27)
The docs don't seem to mention this https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry But this github blog post from 2020 does https://github.blog/changelog/2020-10-29-nuget-supports-api-key-option/ Quite frustrating.
- Loading branch information
1 parent
a0bda36
commit de34172
Showing
2 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<Authors>UnstoppableMango</Authors> | ||
<RepositoryUrl>https://github.com/UnstoppableMango/tdl</RepositoryUrl> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<ProtoRoot>$(MSBuildThisFileDirectory)/proto</ProtoRoot> | ||
<ProtoPkgDir>$(ProtoRoot)/unmango/dev/tdl</ProtoPkgDir> | ||
<ProtoDir>$(ProtoPkgDir)/v1alpha1</ProtoDir> | ||
</PropertyGroup> | ||
|
||
</Project> |