From f208d7052e5e14b130d0e132105502ce1fda9dcc Mon Sep 17 00:00:00 2001 From: Paul Savoie Date: Thu, 8 Jan 2026 11:39:26 +0100 Subject: [PATCH 1/2] adds info about published artifacts --- docs/trusted-build-systems/teamcity.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/trusted-build-systems/teamcity.md b/docs/trusted-build-systems/teamcity.md index ff35666..2bc1b5b 100644 --- a/docs/trusted-build-systems/teamcity.md +++ b/docs/trusted-build-systems/teamcity.md @@ -31,6 +31,11 @@ The TeamCity connector performs the following checks: ## Usage +{:.panel.info} +> **Published artifacts** +> +> The build runner publishes the input artifact as a build artifact. This step is necessary to determine that the artifact was actually created from within the running build. If the (signed) output artifact is also published, it must have a different name. + ### Usage with versioned settings The SignPath TeamCity Plugin provides a build runner that can be used for submitting signing requests to SignPath. From e07ab1e7c49b2a8d4a42ab6cef700d0e8ffd0245 Mon Sep 17 00:00:00 2001 From: Paul Savoie Date: Thu, 8 Jan 2026 13:28:00 +0100 Subject: [PATCH 2/2] minor text improvement --- docs/trusted-build-systems/teamcity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/trusted-build-systems/teamcity.md b/docs/trusted-build-systems/teamcity.md index 2bc1b5b..21ad95c 100644 --- a/docs/trusted-build-systems/teamcity.md +++ b/docs/trusted-build-systems/teamcity.md @@ -34,7 +34,7 @@ The TeamCity connector performs the following checks: {:.panel.info} > **Published artifacts** > -> The build runner publishes the input artifact as a build artifact. This step is necessary to determine that the artifact was actually created from within the running build. If the (signed) output artifact is also published, it must have a different name. +> The build runner publishes the input artifact as a build artifact. This step is necessary to determine that the artifact was actually created from within the running build. If the (signed) output artifact should also published, it must have a different name. ### Usage with versioned settings The SignPath TeamCity Plugin provides a build runner that can be used for submitting signing requests to SignPath. @@ -103,4 +103,4 @@ After the build step is run, the following parameters will be available to subse ## Example -For a reference implementation, see the [demo repository](https://github.com/signpath/demo-teamcity). \ No newline at end of file +For a reference implementation, see the [demo repository](https://github.com/signpath/demo-teamcity).