Not able to see the xaml file from the extracted .nupkg file

Hi all.
I download the .nupkg from orchestrator. But I am not able to open the workflow after extraction.
image

Hi @dinesh.s1

With What app have extracted ?

1 Like

Well, I changed the extension to .zip from .nupkg.

Then right mouse click and extract all option…
BlankProcess3.1.0.1.nupkg (16.9 KB)

@dinesh.s1

Download 7 zip
https://www.7-zip.org/

and extract with that

Regards
Sudharsan

1 Like

Hi,

As Windows project or CrossPlatform project is compiled to dll, basically there is no xaml file in the package. If you need to include source xaml to the nupkg, the following post will help you.

Regards,

1 Like

It seems that when you published the process from Studio to Orchestrator you didn’t choose the Source files option.

Republish the project and then check again.

Note:

  • Include Sources - select this option to package all .xaml sources within the published package, including workflows that were previously made private. For Windows - Legacy libraries, the files are saved in the generated assembly file and in the lib\net45 folder in the .nupkg file. For Windows and cross-platform libraries and processes, the files are saved in the content folder in the .nupkg file.

Reference: About Publishing Automation Projects

1 Like

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