2024-06-03
This commit is contained in:
25
_-Review/gharun.md
Normal file
25
_-Review/gharun.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user