Configuration file best practice

Hi,

If the Config excel file in Data folder for a project is getting included in the nuget package when publishing a project, do we have to do a new deployment if we need to update a value in the config file?

Thanks!

@Asiri

Yes we need to publish it again.

2 Likes

Hi @Asiri

nupkg is usually comprising of all the project files like
Project.json
Main.xaml
Other xaml files
Config files
Csv files
Any files within a folder in project files…
All of them will get converted to a nupkg file…a consolidated file
So even a file name change can make impact…
So we need to publish the package again from our studio so that the update we did will get updated as a new nupkg which should be made as current file in process tab of orchestrator…
So that when the robot is ran the newly updated process will be run
Cheers @Asiri

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.