Commit ae79b38
Remove Gradle .module files from Maven package validation (#1370)
validatePackageContents.ps1 expected .module and .module.asc files,
which are Gradle Module Metadata artifacts. The pipeline publishes with
Maven (./mvnw), which does not generate .module files, causing the
validation step to fail. Remove the two Gradle-only entries from the
expected files list.
Copilot-Session: ca8303b0-dcb7-467f-9d6b-7f68da829576
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6c08d0d commit ae79b38
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
0 commit comments