Expose flexible apphost package assets#52
Merged
Marc-André Moreau (mamoreau-devolutions) merged 2 commits intoJun 23, 2026
Merged
Conversation
Add neutral MSBuild metadata for resolving packaged multi-pwsh apphost launchers by RID, generate an apphost manifest during package creation, and document private build-time consumption for downstream SDK packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update crate versions, Cargo.lock, release examples, and NuGet package reference examples for the 0.14.0 release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
39e526c
into
master
17 of 18 checks passed
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.
Summary
Validation
rustup toolchain install stable --profile minimalrustup default stablerustup component add rustfmt clippy --toolchain stablecargo fmt --all --checkcargo clippy --workspace --all-targetscargo build --all-targetscargo test --all-targetsdotnet build .\dotnet\bindings\Devolutions.PowerShell.SDK.Bindings.csproj -p:PwshExePath="C:\Users\mamoreau\.copilot\session-state\e2f1f2c5-0659-44bc-8bc8-dacc2c220905\files\pwsh74\pwsh-7.4.17\pwsh.exe"dotnet test .\dotnet\bindings\Devolutions.PowerShell.SDK.Bindings.csproj --no-build -p:PwshExePath="C:\Users\mamoreau\.copilot\session-state\e2f1f2c5-0659-44bc-8bc8-dacc2c220905\files\pwsh74\pwsh-7.4.17\pwsh.exe"pwsh -NoLogo -NoProfile -File .\scripts\Build-NativeNuGetPackages.ps1 -RuntimeIdentifiers win-x64 -Cleanpwsh -NoLogo -NoProfile -File .\tests\Invoke-AppHostNuGetPackageSmokeTest.ps1 -PackageSource .\artifacts\native-nuget -RuntimeIdentifier win-x64