-
This worked fine till last night. Today all of a sudden getting this error.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
My guess is it could be related to this breaking change - #72 that introduces some constraints on the package structure and items. I pulled in these changes and verified the package looks as per the requirements listed in the documentation, but I'm still running into this error. The only callout is wrt |
Beta Was this translation helpful? Give feedback.
-
@pallar-ms PS C:\Users\astiw\Downloads\DevGateway> .\Microsoft.Fabric.Workload.DevGateway.exe |
Beta Was this translation helpful? Give feedback.
My guess is it could be related to this breaking change - #72 that introduces some constraints on the package structure and items.
Commit for reference that I found - 6bbf52a#diff-6c1f9f57aaab86a156196691e37de77dacee40adb5f4474a437a9dfcfa37b99a
I pulled in these changes and verified the package looks as per the requirements listed in the documentation, but I'm still running into this error. The only callout is wrt
Only BE and FE subfolders are permitted. Any other subfolders or files located outside these folders result in an upload error.
- when you create a NuGet package, it auto-generates folders like _rels and package, and it is unclear if that is the contributor here.