mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-15 18:56:18 +00:00
8 lines
58 B
Bash
Executable File
8 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
dotnet restore
|
|
dotnet publish
|