File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ set VERSIONSUFFIX=alpha0031
33
44echo Building %VERSIONSUFFIX%
55
6+ dotnet build -c:Release --version-suffix %VERSIONSUFFIX% SharpGLTF.Core\SharpGLTF.CodeGen.Core.csproj
67dotnet build -c:Release --version-suffix %VERSIONSUFFIX% SharpGLTF.Core\SharpGLTF.Core.csproj
78dotnet build -c:Release --version-suffix %VERSIONSUFFIX% SharpGLTF.Runtime\SharpGLTF.Runtime.csproj
89dotnet build -c:Release --version-suffix %VERSIONSUFFIX% SharpGLTF.Toolkit\SharpGLTF.Toolkit.csproj
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ set VERSIONSUFFIX=Preview-%TIMEKEY%
77
88echo Building 1.0.0-%VERSIONSUFFIX%
99
10+ dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Core\SharpGLTF.CodeGen.Core.csproj
1011dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Core\SharpGLTF.Core.csproj
1112dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Runtime\SharpGLTF.Runtime.csproj
1213dotnet 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
1617
1718set /p DUMMY = Hit ENTER to publish nuget packages on Github...
1819
20+ dotnet nuget push " SharpGLTF.CodeGen.Core/bin/Release/SharpGLTF.CodeGen.Core.1.0.0-%VERSIONSUFFIX% .nupkg" -s " github" --force-english-output
1921dotnet nuget push " SharpGLTF.Core/bin/Release/SharpGLTF.Core.1.0.0-%VERSIONSUFFIX% .nupkg" -s " github" --force-english-output
2022dotnet nuget push " SharpGLTF.Runtime/bin/Release/SharpGLTF.Runtime.1.0.0-%VERSIONSUFFIX% .nupkg" -s " github" --force-english-output
2123dotnet nuget push " SharpGLTF.Toolkit/bin/Release/SharpGLTF.Toolkit.1.0.0-%VERSIONSUFFIX% .nupkg" -s " github" --force-english-output
You can’t perform that action at this time.
0 commit comments