fix: use plain string for runs-on self-hosted
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
+1
-3
@@ -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
|
||||||
|
|||||||
Vendored
+1
-3
@@ -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: >-
|
||||||
|
|||||||
Reference in New Issue
Block a user