fix: use plain string for runs-on self-hosted

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Anatolii Grynchuk
2026-05-05 19:17:12 +03:00
parent d254873172
commit b6f8b0f1f1
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
jobs: jobs:
general-checks: general-checks:
name: general-checks name: general-checks
runs-on: runs-on: self-hosted
self-hosted:
- teamcity.agent.name: ItemTrackerDotNet10
steps: steps:
- type: script - type: script
script-content: dotnet restore hrynco-ef.slnx script-content: dotnet restore hrynco-ef.slnx
+1 -3
View File
@@ -4,9 +4,7 @@
jobs: jobs:
publish: publish:
name: publish name: publish
runs-on: runs-on: self-hosted
self-hosted:
- teamcity.agent.name: ItemTrackerDotNet10
steps: steps:
- type: script - type: script
script-content: >- script-content: >-