Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node.proj
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
<VcBuildCommand>$(VcBuildCommand) vs2022</VcBuildCommand>
</PropertyGroup>
<Message Importance="High" Text="** Running $(VcBuildCommand)" />
<Exec Command="$(VcBuildCommand)"

Check failure on line 74 in node.proj

View check run for this annotation

Azure Pipelines / node-ci (Build Windows x64)

node.proj#L74

node.proj(74,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ".\vcbuild.bat release x64 openssl-no-asm small-icu static vs2022" exited with code 1.

Check failure on line 74 in node.proj

View check run for this annotation

Azure Pipelines / node-ci (Build Windows arm64)

node.proj#L74

node.proj(74,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ".\vcbuild.bat release arm64 openssl-no-asm small-icu static vs2022" exited with code 1.

Check failure on line 74 in node.proj

View check run for this annotation

Azure Pipelines / node-ci

node.proj#L74

node.proj(74,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ".\vcbuild.bat release x64 openssl-no-asm small-icu static vs2022" exited with code 1.

Check failure on line 74 in node.proj

View check run for this annotation

Azure Pipelines / node-ci

node.proj#L74

node.proj(74,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ".\vcbuild.bat release arm64 openssl-no-asm small-icu static vs2022" exited with code 1.
IgnoreStandardErrorWarningFormat="true"
EnvironmentVariables="PATH=$([MSBuild]::Escape($(PythonPrefixedPath)))" />
EnvironmentVariables="PATH=$([MSBuild]::Escape($(PythonPrefixedPath)));config_flags=--without-node-snapshot" />
</Target>

<Target Name="LayoutNodeWindows" AfterTargets="ReallyBuildWindows" Condition="'$(BuildOS)' == 'Windows_NT'">
Expand Down