Skip to content

Commit

Permalink
Rename NuGet configuration files.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Feb 12, 2024
1 parent 6e1034a commit fee0058
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
shell: cmd
run: |
:: 把生成的nuget包发布到nuget中
nuget push Output\MINT.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }} -Source https://api.nuget.org/v3/index.json
nuget push Output\Chuyu.Mint.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }} -Source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion BuildAllTargets.proj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
Projects="$(MSBuildThisFileDirectory)Mile.Project.Windows\Mile.Project.NuGetPackaging.proj"
Targets="Restore;Build"
StopOnFirstFailure="True"
Properties="PreferredToolArchitecture=x64;NuspecFile=$(MSBuildThisFileDirectory)Mint.NuGet\Mint.nuspec" />
Properties="PreferredToolArchitecture=x64;NuspecFile=$(MSBuildThisFileDirectory)Mint.NuGet\Chuyu.Mint.nuspec" />
</Target>
</Project>
4 changes: 2 additions & 2 deletions Mint.NuGet/Mint.nuspec → Mint.NuGet/Chuyu.Mint.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
PROJECT: Mouri's Internal NT API Collections (MINT)
FILE: Mint.nuspec
FILE: Chuyu.Mint.nuspec
PURPOSE: NuGet package definition for MINT
LICENSE: The MIT License
Expand All @@ -25,7 +25,7 @@

<file src="..\Mint\**\*.*" target="Source\Native"/>

<file src="Mint.props" target="build\native"/>
<file src="Chuyu.Mint.props" target="build\native"/>

<file src="..\ReadMe.md" target="."/>
<file src="..\License.md" target="."/>
Expand Down
2 changes: 1 addition & 1 deletion Mint.NuGet/Mint.props → Mint.NuGet/Chuyu.Mint.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
PROJECT: Mouri's Internal NT API Collections (MINT)
FILE: Mint.props
FILE: Chuyu.Mint.props
PURPOSE: MSBuild props file for MINT
LICENSE: The MIT License
Expand Down

0 comments on commit fee0058

Please sign in to comment.