Skip to content

Expose flexible apphost package assets#52

Merged
Marc-André Moreau (mamoreau-devolutions) merged 2 commits into
masterfrom
mamoreau-devolutions-nuget-apphost-package
Jun 23, 2026
Merged

Expose flexible apphost package assets#52
Marc-André Moreau (mamoreau-devolutions) merged 2 commits into
masterfrom
mamoreau-devolutions-nuget-apphost-package

Conversation

@mamoreau-devolutions

Copy link
Copy Markdown
Contributor

Summary

  • add neutral MSBuild metadata for resolving packaged multi-pwsh apphost launchers by RID
  • generate and validate an apphost manifest during native NuGet package creation
  • document private build-time consumption and add an opt-out for normal runtime native content copying

Validation

  • rustup toolchain install stable --profile minimal
  • rustup default stable
  • rustup component add rustfmt clippy --toolchain stable
  • cargo fmt --all --check
  • cargo clippy --workspace --all-targets
  • cargo build --all-targets
  • cargo test --all-targets
  • dotnet 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 -Clean
  • pwsh -NoLogo -NoProfile -File .\tests\Invoke-AppHostNuGetPackageSmokeTest.ps1 -PackageSource .\artifacts\native-nuget -RuntimeIdentifier win-x64

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>
@mamoreau-devolutions Marc-André Moreau (mamoreau-devolutions) merged commit 39e526c into master Jun 23, 2026
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant