Skip to content

Commit 1dc5751

Browse files
authored
remove xamarin .nuspec (#2154)
1 parent b41a218 commit 1dc5751

File tree

4 files changed

+4
-103
lines changed

4 files changed

+4
-103
lines changed

BuildNuget.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ dotnet pack src\Xna.Framework.Content.Pipeline.Media\Xna.Framework.Content.Pipel
1818
"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/Content.Pipeline.Builder.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.14.9001 -Properties Configuration=Release
1919
"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/Content.Pipeline.Builder.Windows.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.14.9001 -Properties Configuration=Release
2020

21-
"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/MonoGame.Framework.Android.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.14.9001.0 -Properties Configuration=Release
22-
"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/MonoGame.Framework.iOS.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.14.9001.0 -Properties Configuration=Release
2321
"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/MonoGame.Framework.WindowsUniversal.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.14.9001.0 -Properties Configuration=Release
2422

23+
dotnet pack Platforms\Kni.Platform.Android.GL.csproj --output NuGetPackages\Output\ /t:Build /p:Configuration=Release
24+
dotnet pack Platforms\Kni.Platform.iOS.GL.csproj --output NuGetPackages\Output\ /t:Build /p:Configuration=Release
2525
dotnet pack Platforms\Kni.Platform.WinForms.DX11.csproj --output NuGetPackages\Output\ /t:Build /p:Configuration=Release
2626
dotnet pack Platforms\Kni.Platform.SDL2.GL.csproj --output NuGetPackages\Output\ /t:Build /p:Configuration=Release
2727
dotnet pack Kni.Platform.Blazor.GL.sln --output NuGetPackages\Output\ /t:Build /p:Configuration=Release

NuGetPackages/MonoGame.Framework.Android.nuspec

-50
This file was deleted.

NuGetPackages/MonoGame.Framework.iOS.nuspec

-49
This file was deleted.

default.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
<exec program="${nugetPath}" commandline="pack NuGetPackages/Content.Pipeline.Builder.Windows.nuspec -OutputDirectory ${project::get-base-directory()}\Artifacts\Packages\ -BasePath . -Version ${nugetPackageVersion} -Properties Configuration=Release" />
8282

8383
<exec program="${nugetPath}" commandline="pack NuGetPackages/MonoGame.Framework.WindowsUniversal.nuspec -OutputDirectory ${project::get-base-directory()}\Artifacts\Packages\ -BasePath . -Version ${nugetPackageVersion} -Properties Configuration=Release" />
84-
<exec program="${nugetPath}" commandline="pack NuGetPackages/MonoGame.Framework.Android.nuspec -OutputDirectory ${project::get-base-directory()}\Artifacts\Packages\ -BasePath . -Version ${nugetPackageVersion} -Properties Configuration=Release" />
85-
<exec program="${nugetPath}" commandline="pack NuGetPackages/MonoGame.Framework.iOS.nuspec -OutputDirectory ${project::get-base-directory()}\Artifacts\Packages\ -BasePath . -Version ${nugetPackageVersion} -Properties Configuration=Release" />
8684

85+
<exec program="dotnet" commandline="pack Platforms\Kni.Platform.Android.GL.csproj --output ${project::get-base-directory()}\Artifacts\Packages\ /t:Build /p:Configuration=Release" />
86+
<exec program="dotnet" commandline="pack Platforms\Kni.Platform.iOS.GL.csproj --output ${project::get-base-directory()}\Artifacts\Packages\ /t:Build /p:Configuration=Release" />
8787
<exec program="dotnet" commandline="pack Platforms\Kni.Platform.WinForms.DX11.csproj --output ${project::get-base-directory()}\Artifacts\Packages\ /t:Build /p:Configuration=Release" />
8888
<exec program="dotnet" commandline="pack Platforms\Kni.Platform.SDL2.GL.csproj --output ${project::get-base-directory()}\Artifacts\Packages\ /t:Build /p:Configuration=Release" />
8989
<exec program="dotnet" commandline="pack Kni.Platform.Blazor.GL.sln --output ${project::get-base-directory()}\Artifacts\Packages\ /t:Build /p:Configuration=Release" />

0 commit comments

Comments
 (0)