When creating a skill project in C# from "VA and Skills Template", inside the ci-cd file ./Pipeline/[SkillSample].yml, the variable $safeprojectname$ is not replaced with the actual value.
Thanks @GitDruid for reporting this issue. Which version of the VSIX are you using?
We will be reviewing the Pipeline/SkillSample.yml in order to reproduce this issue and we will back to you as soon as we have any update 馃槉.
Template 4.9.1.2 (see screenshot)

Thanks @GitDruid for your quick reply, we will have that in mind to replicate the issue!
Hi @GitDruid, sorry for the delay. We successfully reproduced the mentioned issue. We confirmed that the variable $safeprojectname$ is not replaced with the actual value using [email protected].
Repro Steps:
$safeprojectname$ placeholder is not replaced in the .yml fileAs soon as we have any update, we will back to you 馃槉.

@GitDruid - we created the PR #3679 fixing the replacement of the $safeprojectname$ placeholder with the actual value.
To validate the changes of the PR you can follow these steps using the branch(feature/southworks/fix-template-placeholder-not-replaced):
/templates/csharp/VSIX/bin/debugBotTemplatesVSIX.vsix$safeprojectname$聽placeholder is replaced in the聽.yml聽fileFeel free to add your feedback in the Pull Request 馃槉.
_Before changes made_

_After changes made_

_Changes made in the SkillProjectTemplate.vstemplate_
