Conversation
Which folder were renamed? GitHub change log only shows scripts being moved to scripts folder |
having both @aaronpowell, did you have a different proposal for flattening how about we create a new folder for |
My thought it what @aaronburtle suggests, as that would have the CLI folders fitting into the rest of the folder structure. It'd see this: |
We are on the same page. @aaronburtle, could you please do these changes? |
Sounds good, adding to this PR. |
Aniruddh25
left a comment
There was a problem hiding this comment.
Thanks for incorporating additional fixes for flattening the Cli folder structure
## Why make this change? - The PR #1241 fixed our folder structure of the output binaries and in the process of making cli and engine paths consistent removed the `buildConfiguration` from the output path. - The code signing task still depended the binaries to be in the previous path. We didn't catch this before since a new release was not attempted earlier to recognize we may hit this issue. ## What is this change? - Modify the path where the code signing task looks for the binaries.
## Why make this change? - The PR #1241 fixed our folder structure of the output binaries and in the process of making cli and engine paths consistent removed the `buildConfiguration` from the output path. - The code signing task still depended the binaries to be in the previous path. We didn't catch this before since a new release was not attempted earlier to recognize we may hit this issue. ## What is this change? - Modify the path where the code signing task looks for the binaries.
## Why make this change? - The PR #1241 fixed our folder structure of the output binaries and in the process of making cli and engine paths consistent removed the `buildConfiguration` from the output path. - The code signing task still depended the binaries to be in the previous path. We didn't catch this before since a new release was not attempted earlier to recognize we may hit this issue. ## What is this change? - Modify the path where the code signing task looks for the binaries. Co-authored-by: Aniruddh Munde <anmunde@microsoft.com>
## Why make this change? - The PR #1241 fixed our folder structure of the output binaries and in the process of making cli and engine paths consistent removed the `buildConfiguration` from the output path. - The code signing task still depended the binaries to be in the previous path. We didn't catch this before since a new release was not attempted earlier to recognize we may hit this issue. ## What is this change? - Modify the path where the code signing task looks for the binaries. Co-authored-by: Aniruddh Munde <anmunde@microsoft.com>
Why make this change?
Closes #1206
What is this change?
Move scripts, create_manifest_file.ps1, dab-smoke-test-script.ps1, and publish.ps1 into the scripts directory and rename
ConfigGeneratorstoconfigGeneratorsto follow convention of lowercase starting letter. We also modify the build pipeline and scripts to account for new folder structure.How was this tested?
Run against test suite.
Sample Request(s)
N/A