Azure / trusted-signing-action

MIT License
21 stars 8 forks source link

File catalog with rooted paths #34

Open jozefizso opened 1 month ago

jozefizso commented 1 month ago

Our msbuild based build for .NET library creates the catalog of all built binaries. This is inherently a list of rooted paths to files as that's the representation in the msbuild.

Currently the catalog file is always considered as relative paths, so the signing fails because the action will always combine workding directory with the paths in the catalog.