26 lines
546 B
Markdown
26 lines
546 B
Markdown
---
|
|
type: "topic"
|
|
created: "2024-01-06T01:25:36.071Z"
|
|
updated: "2024-01-06T01:25:36.071Z"
|
|
---
|
|
|
|
# Gharun
|
|
|
|
## io.github.christopherhx.gharun
|
|
|
|
```bash
|
|
# https://github.com/ChristopherHX/runner.server#building-a-self-contained-executable
|
|
dotnet msbuild src/dir.proj -t:GenerateConstant
|
|
dotnet publish src/Runner.Client -c Release -r win-x64
|
|
```
|
|
|
|
```bash
|
|
L:
|
|
cd git
|
|
mkdir gharun
|
|
cd gharun
|
|
dotnet new tool-manifest
|
|
dotnet tool install io.github.christopherhx.gharun
|
|
dotnet gharun --event azpipelines --watch --runner-version 2.210.1 --workflows eaf
|
|
```
|