b6f8b0f1f1
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 lines
351 B
YAML
12 lines
351 B
YAML
jobs:
|
|
general-checks:
|
|
name: general-checks
|
|
runs-on: self-hosted
|
|
steps:
|
|
- type: script
|
|
script-content: dotnet restore hrynco-ef.slnx
|
|
- type: script
|
|
script-content: dotnet build hrynco-ef.slnx -c Release --no-restore
|
|
- type: script
|
|
script-content: dotnet test hrynco-ef.slnx --no-build -c Release
|