Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't duplicate output of what PowerShell scripts are going to be signed #63

Closed
gep13 opened this issue May 9, 2022 · 1 comment
Closed
Assignees
Labels
Bug Issues where something has happened which was not expected or intended
Milestone

Comments

@gep13
Copy link
Member

gep13 commented May 9, 2022

When running the build, the following output is shown:

image

i.e. the list of PowerShell files that are going to be signed is incorrectly duplicated. This output should only be shown once.

@gep13 gep13 added the Bug Issues where something has happened which was not expected or intended label May 9, 2022
@gep13 gep13 added this to the 0.13.1 milestone May 9, 2022
@gep13 gep13 self-assigned this May 9, 2022
@gep13 gep13 closed this as completed May 9, 2022
gep13 added a commit that referenced this issue May 9, 2022
The output regarding which PowerShell scripts are set to be signed was
due to the fact that there were two calls to the GetScriptsToSign
function. This second call is not needed, as the files have already
been output to the console.
gep13 added a commit that referenced this issue May 9, 2022
* hotfix/0.13.1:
  (#63) Remove duplicated output
gep13 added a commit that referenced this issue May 9, 2022
* master:
  (#63) Remove duplicated output
@choco-bot
Copy link

🎉 This issue has been resolved in version 0.13.1 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues where something has happened which was not expected or intended
Projects
None yet
Development

No branches or pull requests

2 participants