|
|
@@ -7,6 +7,7 @@ set VERSIONSUFFIX=Preview-%TIMEKEY%
|
|
|
|
|
|
echo Building 1.0.0-%VERSIONSUFFIX%
|
|
|
|
|
|
+dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Core\SharpGLTF.CodeGen.Core.csproj
|
|
|
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Core\SharpGLTF.Core.csproj
|
|
|
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Runtime\SharpGLTF.Runtime.csproj
|
|
|
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Toolkit\SharpGLTF.Toolkit.csproj
|
|
|
@@ -16,6 +17,7 @@ dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades Sha
|
|
|
|
|
|
set /p DUMMY=Hit ENTER to publish nuget packages on Github...
|
|
|
|
|
|
+dotnet nuget push "SharpGLTF.CodeGen.Core/bin/Release/SharpGLTF.CodeGen.Core.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
|
|
|
dotnet nuget push "SharpGLTF.Core/bin/Release/SharpGLTF.Core.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
|
|
|
dotnet nuget push "SharpGLTF.Runtime/bin/Release/SharpGLTF.Runtime.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
|
|
|
dotnet nuget push "SharpGLTF.Toolkit/bin/Release/SharpGLTF.Toolkit.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
|