-
-
Notifications
You must be signed in to change notification settings - Fork 104
Refactor publish/flow commands #423
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
Merged
Merged
Conversation
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
Updating publish task to have parameters for the timeout and wait for live parameters.
This is per logical operation, not a real singleton. Fixed up issue with deltas always assuming there would be a successful response.
Keboo
approved these changes
Dec 29, 2024
AArnott
pushed a commit
to nerdcash/Nerdbank.Cryptocurrencies
that referenced
this pull request
Jan 4, 2026
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vpk](https://github.com/velopack/velopack) | nuget | patch | `0.0.831-gde49887` -> `0.0.1053` | --- ### Release Notes <details> <summary>velopack/velopack (vpk)</summary> ### [`v0.0.1053`](https://github.com/velopack/velopack/releases/tag/0.0.1053) [Compare Source](velopack/velopack@0.0.1049...0.0.1053) #### What's Changed - Replace AuthenticodeTools with Microsoft.Security.Extensions by [@​caesay](https://github.com/caesay) in velopack/velopack#435 - Roll custom GitHub http client to fix timeout issue by [@​caesay](https://github.com/caesay) in velopack/velopack#436 **Full Changelog**: velopack/velopack@0.0.1049...0.0.1053 ### [`v0.0.1049`](https://github.com/velopack/velopack/releases/tag/0.0.1049) [Compare Source](velopack/velopack@0.0.1023...0.0.1049) #### What's Changed - Refactor publish/flow commands by [@​caesay](https://github.com/caesay) in velopack/velopack#423 - possibly fix the github timeout issue by [@​caesay](https://github.com/caesay) in velopack/velopack#432 - Critical: Fix dotnet cdn url; also add "dotnet-sdk" support and vcredist144 by [@​caesay](https://github.com/caesay) in velopack/velopack#434 #### Dependency Updates <details> <summary>Expand to see all changed dependencies</summary> - Update Rust crate serde to v1.0.217 by [@​renovate](https://github.com/renovate) in velopack/velopack#430 - Update Rust crate serde to v1.0.217 by [@​renovate](https://github.com/renovate) in velopack/velopack#429 - Lock file maintenance by [@​renovate](https://github.com/renovate) in velopack/velopack#433 </details> **Full Changelog**: velopack/velopack@0.0.1023...0.0.1049 ### [`v0.0.1023`](https://github.com/velopack/velopack/releases/tag/0.0.1023) [Compare Source](velopack/velopack@0.0.1015...0.0.1023) #### What's Changed - Disabling signing tests from PRs on remote forks by [@​Keboo](https://github.com/Keboo) in velopack/velopack#420 - Bug fix for dialog shown by Update.exe when delta patch fails #### Dependency Updates <details> <summary>Expand to see all changed dependencies</summary> - Lock file maintenance by [@​renovate](https://github.com/renovate) in velopack/velopack#421 - Update dependency velopack to ^0.0.1015 by [@​renovate](https://github.com/renovate) in velopack/velopack#425 - Update sample dotnet packages to 0.0.1015 by [@​renovate](https://github.com/renovate) in velopack/velopack#427 - ...
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.
Features:
Architectural: