Skip to content

Commit 6e9dac3

Browse files
fix: use DefaultValue instead of resid in SourceLocation for AppSource validation
- Change SourceLocation to use DefaultValue with direct URL - Fixes 'Package Type Not Identified' error in Partner Center - resid references only work inside VersionOverrides section
1 parent 7ba9342 commit 6e9dac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</Sets>
3030
</Requirements>
3131
<DefaultSettings>
32-
<SourceLocation resid="Taskpane.Url" />
32+
<SourceLocation DefaultValue="https://plugins.datasetiq.com/taskpane/index.html" />
3333
</DefaultSettings>
3434
<Permissions>ReadWriteDocument</Permissions>
3535

0 commit comments

Comments
 (0)