Skip to content

Commit

Permalink
fix(ci): fix package id issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 15, 2023
1 parent a9031ca commit de916f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CSCore/CSCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- NUGET META DATA -->
<PropertyGroup>
<PackageId>YellowDogMan.CSCore</PackageId>
<Id>YellowDogMan.CSCore</Id>
<RepositoryUrl>https://github.com/Yellow-Dog-Man/cscore</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectURL>https://github.com/Yellow-Dog-Man/cscore</PackageProjectURL>
Expand Down Expand Up @@ -719,7 +720,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>@echo off &amp; setLocal EnableDELAYedeXpansion
<!--<PostBuildEvent>@echo off &amp; setLocal EnableDELAYedeXpansion
chcp 65001
set errorCode=0
Expand Down Expand Up @@ -790,7 +791,7 @@
:EXIT_ERR
set errorCode=-1
goto EXIT
</PostBuildEvent>
</PostBuildEvent>-->
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
Expand Down
9 changes: 9 additions & 0 deletions CSCore/CSCore.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>YellowDogMan.CSCore</id>
<authors>filoe, Yellow Dog Man Studios s.r.o.</authors>
<description>Fork of CSCore by filoe</description>
<version>0.1.0</version>
</metadata>
</package>

0 comments on commit de916f2

Please sign in to comment.