Update InstallerSha256 in DoScript installer manifest#365056
Merged
microsoft-github-policy-service[bot] merged 1 commit intomicrosoft:masterfrom Apr 25, 2026
Merged
Update InstallerSha256 in DoScript installer manifest#365056microsoft-github-policy-service[bot] merged 1 commit intomicrosoft:masterfrom
microsoft-github-policy-service[bot] merged 1 commit intomicrosoft:masterfrom
Conversation
Updated InstallerSha256 for the DoScript package.
Collaborator
|
Validation Pipeline Run WinGetSvc-Validation-140-365056-20260425-1 |
Collaborator
|
Automatic Validation ended with:
(Automated response - build 1260.) |
stephengillie
approved these changes
Apr 25, 2026
e46f39b
into
microsoft:master
1 check passed
Collaborator
|
Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated InstallerSha256 for the DoScript package.
change list:
debug— Breakpoint ConsoleDrop a breakpoint anywhere. The script pauses and opens the
doscript-runtime>console so you can inspect live state, overridevariables, and resume.
At the prompt:
The loop then runs with
count = 100. Changes made at the breakpointpersist for the rest of the script.
<doscript=x.y.z>— Version DeclarationPut this on the first line to declare which interpreter version a script
requires:
The interpreter checks this on startup and either runs silently (exact
match), prints a hint (older minor version), or refuses with a clear
error (script is newer than the interpreter). Omitting the tag is always
safe — it changes nothing.
menu— Numbered Option PickerThe user enters a number or unambiguous option text. The chosen string
is stored in the variable.
input_password— Hidden Password InputInput is hidden on real terminals via
getpass. The variable receivesthe raw string — never logged.
select_path— CLI Filesystem NavigatorOptions:
files,folders,both(default). Thefromclause setsthe starting directory (defaults to current working directory).
Navigation:
..to go up one level0to select the current folder (infoldersorbothmode)progress_bar— Live CLI Progress BarAlways call
progress_bar donewhen finished — it moves the cursor tothe next line so subsequent output isn't corrupted.
The label is optional:
notify— Desktop NotificationWorks on Windows (tray balloon), macOS (Notification Centre), and Linux
(
notify-send). If no notification system is available, falls back toa terminal bell and printed message. Respects
--dry-run.schedule— OS-Managed SchedulingUses Windows Task Scheduler on Windows,
crontabon macOS/Linux.Scheduling the same script again replaces the previous entry.
Respects
--dry-run.Checklist for Pull Requests
Manifests
winget validate --manifest <path>?winget install --manifest <path>?Note:
<path>is the directory's name containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow