Skip to content

Commit

Permalink
ci: pack tbc.host
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavisau committed Mar 2, 2021
1 parent 3345b93 commit 96c37eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/build.sh
Expand Up @@ -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
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

0 comments on commit 96c37eb

Please sign in to comment.