From b6f8b0f1f130e52d3d9ca7ab025a5d3bd8d5a102 Mon Sep 17 00:00:00 2001 From: Anatolii Grynchuk Date: Tue, 5 May 2026 19:17:12 +0300 Subject: [PATCH] fix: use plain string for runs-on self-hosted Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .teamcity/pipelines/general-checks.yaml | 4 +--- .teamcity/pipelines/publish.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.teamcity/pipelines/general-checks.yaml b/.teamcity/pipelines/general-checks.yaml index 5d712a2..1d67345 100644 --- a/.teamcity/pipelines/general-checks.yaml +++ b/.teamcity/pipelines/general-checks.yaml @@ -1,9 +1,7 @@ jobs: general-checks: name: general-checks - runs-on: - self-hosted: - - teamcity.agent.name: ItemTrackerDotNet10 + runs-on: self-hosted steps: - type: script script-content: dotnet restore hrynco-ef.slnx diff --git a/.teamcity/pipelines/publish.yaml b/.teamcity/pipelines/publish.yaml index f697d1d..f1b3be9 100644 --- a/.teamcity/pipelines/publish.yaml +++ b/.teamcity/pipelines/publish.yaml @@ -4,9 +4,7 @@ jobs: publish: name: publish - runs-on: - self-hosted: - - teamcity.agent.name: ItemTrackerDotNet10 + runs-on: self-hosted steps: - type: script script-content: >-