Package Download not containing .Xaml files

Hi There,

Recently upgraded to Orchestrator version 2022.10.1.

Now when downloading packages from Tenant, and unziping the .nupkg files, the process is there but the Xamls files are not.

Wondering if there is a workaround to find the Xamls along with the rest of the project.

These are with updated Windows projects instead of legacy, in the newer studio, there are ‘bindings’ Jsons but no Xamls.

Any Help would be much appreciated! :slight_smile:

Hi @Kyleb91
Have you checked all the folders inside the nupkg file.
Decompress the file and see all the folders

1 Like

Hi @Kyleb91 !

I am very interested if you end up finding a workaround: we also discovered that with Windows projects we can’t have the access anymore to the xaml codes :confused:
I’m already missing the Windows - Legacy era :joy:

1 Like

Hi @sangeethaneelavannan1 yes, now there is a _rels folder and file, a content folder with the project minus the xaml files, lib folder with .dll extension files, and package with metadata. Along with a [Content_Types] XML Doc file and Process NUSPEC File…

3 Likes

Sometimes playing around the folders will help to know the location of files.

Hey! Found the solution, must tick Include Source Files in the Publish Options when publishing the package!

1 Like

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