|
|
@@ -11,8 +11,8 @@ dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades Sha
|
|
|
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
|
|
|
|
|
|
-dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Agi\SharpGLTF.Agi.csproj
|
|
|
-dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Cesium\SharpGLTF.Cesium.csproj
|
|
|
+dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Ext.Agi\SharpGLTF.Ext.Agi.csproj
|
|
|
+dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Ext.3DTiles\SharpGLTF.Ext.3DTiles.csproj
|
|
|
|
|
|
set /p DUMMY=Hit ENTER to publish nuget packages on Github...
|
|
|
|
|
|
@@ -20,7 +20,7 @@ dotnet nuget push "SharpGLTF.Core/bin/Release/SharpGLTF.Core.1.0.0-%VERSIONSUFFI
|
|
|
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
|
|
|
|
|
|
-dotnet nuget push "SharpGLTF.Agi/bin/Release/SharpGLTF.Agi.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
|
|
|
-dotnet nuget push "SharpGLTF.Cesium/bin/Release/SharpGLTF.Cesium.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
|
|
|
+dotnet nuget push "SharpGLTF.Agi/bin/Release/SharpGLTF.Ext.Agi.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
|
|
|
+dotnet nuget push "SharpGLTF.Cesium/bin/Release/SharpGLTF.Ext.3DTiles.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
|
|
|
|
|
|
pause
|