Skip to content

Commit

Permalink
ci: add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavisau committed Feb 16, 2021
1 parent e5fea6e commit fa10e97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/build.sh
@@ -0,0 +1,5 @@
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.target/tbc.target.csproj
dotnet pack -c Release -o output/nuget /p:PackageVersion=0.0.$BUILD_BUILDNUMBER src/components/tbc.target/tbc.target.csproj
Binary file removed src/components/tbc.target/tbc.core.1.0.0.nupkg
Binary file not shown.

0 comments on commit fa10e97

Please sign in to comment.