Plugin skprompt.txt files not being copied to output directory during release builds #701
Labels
deployment
Issues related to deploying Chat-Copilot
documentation
Improvements or additions to documentation
.NET
Pull requests that update .net code
webapi
Pull requests that update .net code
Describe the bug
When packaging the the build, skprompt.txt files are not being copied to output directory. When deploying the build to Azure, the required files aren't present for the plugins.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect to see skprompt.txt files in publish artifact
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
Additional context
Properties of the skprompt.txt files can be changed in project file to include them in output directory:
<None Update="Plugins\SemanticPlugins\WriterPlugin\BriefingParagraph\skprompt.txt"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <Content Include="Plugins\SemanticPlugins\*.*"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
Instructions here could be updated to make it clear that if you want to publish the plugins using this method the properties
https://github.com/microsoft/chat-copilot/blob/main/webapi/README.md
The text was updated successfully, but these errors were encountered: