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: >-