Commit a688c3b
fix: resolve daily CI build failures (1ES pool image + npm auth) (#494)
* fix: resolve daily CI build failures (1ES pool image + npm auth)
- Add missing 'image: ubuntu-latest' to main pool configuration
- Add .npmrc pointing to GraphDeveloperExperiences_Public Azure Artifacts feed
- Add npmAuthenticate@0 task before npm ci in the pipeline
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: generate .npmrc inline in pipeline instead of committing it
Aligns with updated approach in microsoftgraph/msgraph-sdk-typescript-core#583.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: remove test step from daily CI build pipeline
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: use ADO variable for npm registry URL in daily CI build
Replace hardcoded Azure Artifacts registry URL with ADO pipeline
variable, matching the approach in msgraph-sdk-typescript-core PR #583.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: use ADO variable directly without env mapping
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: use npm@1 task with Azure Artifacts feed for daily CI build
Replace .npmrc creation + npmAuthenticate@0 + script npm ci with a
single npm@1 task using customRegistry/customFeed, matching the
approach from microsoftgraph/msgraph-sdk-typescript-core#583.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8973486 commit a688c3b
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| |||
0 commit comments