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

[release/8.0-preview1] Install workload manifests in sdk band version derived from the #81457

Merged

Commits on Feb 1, 2023

  1. Install workload manifests in sdk band version derived from the

    .. installer version.
    
    - This is only for running Wasm.Build.Tests
    
    Two new properties are added:
    
    - `SdkBandVersionForWorkload_ComputedFromInstaller`: this is based on the
    version derived from `dotnet --version`. `8.0.0-alpha.1.1234.1` becomes
    `8.0.0-alpha.1`, and is used as the path where the manifests get installed for testing:
    `sdk-manifests/$(SdkBandVersionForWorkload_ComputedFromInstaller)`
    
    - `SdkBandVersionForWorkload_FromRuntimeVersions`: this is the version
    band used for the packages generated. And simply rename of the earlier
    `$(SdkBandVersionForWorkload)`.
    radical committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5ed1612 View commit details
    Browse the repository at this point in the history