Commit 801ff45
ci(kotlin): narrow ADO verify check to generated/ to avoid NOTICE.txt drift (#175)
The ESRP-backed maven-package template drops files like NOTICE.txt into clients/kotlin during the publish flow. The previous broad `git status --porcelain -- clients/kotlin` check would catch these as untracked files (`?? clients/kotlin/NOTICE.txt`) and fail the build with a misleading 'Generated Kotlin sources are out of date' error.
Narrow the check to the generated/ subdirectory, where `npm run generate:kotlin` actually writes its output. Matches the same fix applied to clients/typescript/pipeline.yml in #174.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ff52964 commit 801ff45
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
111 | 117 | | |
112 | | - | |
113 | | - | |
| 118 | + | |
| 119 | + | |
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
| |||
0 commit comments