Skip to content

Commit

Permalink
ci: pack tbc.core
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavisau committed Feb 18, 2021
1 parent c8d873c commit 88669c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build.sh
@@ -1,5 +1,7 @@
dotnet publish -c Release -o output/win -r win-x64 -p:PublishSingleFile=true -p:DebugType=None src/heads/tbc.host.console/tbc.host.console.csproj
dotnet publish -c Release -o output/macos -r osx-x64 -p:PublishSingleFile=true -p:DebugType=None src/heads/tbc.host.console/tbc.host.console.csproj

dotnet build -c Release src/components/tbc.core/tbc.core.csproj
dotnet build -c Release src/components/tbc.target/tbc.target.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

0 comments on commit 88669c7

Please sign in to comment.