You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trace.publish when used with BuildArtifactWithName to publish artifacts to TeamCity, formats the TeamCity service message incorrectly, causing TeamCity to be unable to publish the artifact.
Repro steps
Use Trace.publish and BuildArtifactWithName on a TeamCity server. For example:
Description
Trace.publish
when used withBuildArtifactWithName
to publish artifacts to TeamCity, formats the TeamCity service message incorrectly, causing TeamCity to be unable to publish the artifact.Repro steps
Use
Trace.publish
andBuildArtifactWithName
on a TeamCity server. For example:Expected behavior
The specified file is published using the specified name.
Actual behavior
An error is printed to TeamCity's log, and the artifact is not published:
(Note the trailing
'
at the end of the artifact source file's name, and the leading one at the start of the artifact target file's name).Known workarounds
Use
ImportData.BuildArtifact
instead ofBuildArtifactWithName
, and accept the inability to publish multiple files to a single zipped artifact etc.Related information
Indications of severity - Minor
Version of FAKE (4.X, 5.X) - 5.12
The text was updated successfully, but these errors were encountered: