From 96c37eb4736f56b1811b055e1cd369ec9a104ed7 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 2 Mar 2021 13:46:01 +1000 Subject: [PATCH] ci: pack tbc.host --- build/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index 0e553b4..1b7afe1 100755 --- a/build/build.sh +++ b/build/build.sh @@ -3,5 +3,8 @@ dotnet publish -c Release -o output/macos -r osx-x64 -p:PublishSingleFile=true - dotnet build -c Release src/components/tbc.core/tbc.core.csproj dotnet build -c Release src/components/tbc.target/tbc.target.csproj +dotnet build -c Release src/components/tbc.host/tbc.host.csproj + dotnet pack -c Release -o output/nuget /p:PackageVersion=0.0.$BUILD_BUILDNUMBER src/components/tbc.core/tbc.core.csproj -dotnet pack -c Release -o output/nuget /p:PackageVersion=0.0.$BUILD_BUILDNUMBER src/components/tbc.target/tbc.target.csproj \ No newline at end of file +dotnet pack -c Release -o output/nuget /p:PackageVersion=0.0.$BUILD_BUILDNUMBER src/components/tbc.target/tbc.target.csproj +dotnet pack -c Release -o output/nuget /p:PackageVersion=0.0.$BUILD_BUILDNUMBER src/components/tbc.host/tbc.host.csproj \ No newline at end of file