Skip to content

[browser][coreCLR] provide PRODUCT_VERSION_JS & CI_BUILD_JS #120188

@pavelsavara

Description

@pavelsavara

Pass real values from MSBuild

if(NOT PRODUCT_VERSION_JS)
# WASM-TODO get dotnet ProductVersion from MSBuild
set(PRODUCT_VERSION_JS "10.0.0-dev")
endif()
if(NOT CI_BUILD_JS)
# WASM-TODO get ContinuousIntegrationBuild from MSBuild
set(CI_BUILD_JS "false")
endif()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions