FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
simple-binary-encoding/csharp/pack.sh at revert-667-python · michael-ameri/simple-binary-encoding · GitHub
michael-ameri
/
simple-binary-encoding
Public
forked from
aeron-io/simple-binary-encoding
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
simple-binary-encoding
/
csharp
/
pack.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
5 lines (5 loc) · 135 Bytes
Breadcrumbs
simple-binary-encoding
/
csharp
/
pack.sh
Copy path
File metadata and controls
executable file
·
5 lines (5 loc) · 135 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
#!
/bin/bash
DIR=
"
$(
dirname
"
${BASH_SOURCE[0]}
"
)
"
cd
$DIR
(cd ..
&&
./gradlew build)
(cd sbe-dll
&&
dotnet pack -c release -o ../nuget)
Back
|
FazBrowse Home
|
New Git URL