Skip to content

Commit 0b160a5

Browse files
committed
fixed build scripts
1 parent 69aaef7 commit 0b160a5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/build-alpha.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set VERSIONSUFFIX=alpha0031
33

44
echo Building %VERSIONSUFFIX%
55

6+
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% SharpGLTF.Core\SharpGLTF.CodeGen.Core.csproj
67
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% SharpGLTF.Core\SharpGLTF.Core.csproj
78
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% SharpGLTF.Runtime\SharpGLTF.Runtime.csproj
89
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% SharpGLTF.Toolkit\SharpGLTF.Toolkit.csproj

src/build-preview.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set VERSIONSUFFIX=Preview-%TIMEKEY%
77

88
echo Building 1.0.0-%VERSIONSUFFIX%
99

10+
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Core\SharpGLTF.CodeGen.Core.csproj
1011
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Core\SharpGLTF.Core.csproj
1112
dotnet build -c:Release --version-suffix %VERSIONSUFFIX% /p:Authors=vpenades SharpGLTF.Runtime\SharpGLTF.Runtime.csproj
1213
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
1617

1718
set /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
1921
dotnet nuget push "SharpGLTF.Core/bin/Release/SharpGLTF.Core.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
2022
dotnet nuget push "SharpGLTF.Runtime/bin/Release/SharpGLTF.Runtime.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output
2123
dotnet nuget push "SharpGLTF.Toolkit/bin/Release/SharpGLTF.Toolkit.1.0.0-%VERSIONSUFFIX%.nupkg" -s "github" --force-english-output

0 commit comments

Comments
 (0)