Commit 63b258a
Anam Navied
Merged PR 38901: Remove isOutput on variable being set and update publishPath var reference
Remove isOutput on variable being set and update publishPath var reference
----
#### AI description (iteration 1)
#### PR Classification
This pull request is a pipeline fix and code cleanup, adjusting variable setting and reference for improved consistency.
#### PR Summary
The changes remove the "isOutput=true" flag when setting the "publishPath" variable and update the file copy step to correctly reference the "publishPath".
- `/.pipelines/PSResourceGet-Official.yml`: Removed the "isOutput=true" from the variable setting command.
- `/.pipelines/PSResourceGet-Official.yml`: Updated the file copy task to use `publishPath` instead of `signOutPath` for selecting the published package.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->1 parent 7095763 commit 63b258a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
0 commit comments