From 4da42a7e1242bd2a24f1cafb1fe320c9629169b2 Mon Sep 17 00:00:00 2001 From: ysmoradi Date: Mon, 27 May 2024 17:28:28 +0200 Subject: [PATCH] fix --- .github/workflows/bit.ci.yml | 4 ++++ .github/workflows/bit.full.ci.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/bit.ci.yml b/.github/workflows/bit.ci.yml index 99c01923ce..b88dab1984 100644 --- a/.github/workflows/bit.ci.yml +++ b/.github/workflows/bit.ci.yml @@ -27,6 +27,10 @@ jobs: - name: Install wasm and maui run: cd src && dotnet workload install maui-android wasm-tools wasm-experimental + - name: Install Nodejs dependencies + continue-on-error: true # Error MSB4057, not all csproj files have InstallNodejsDependencies target. + run: dotnet build src/Bit-CI-release.sln -t:InstallNodejsDependencies -m:1 # m:1 is her to run all projects required run npm install command one by one + - name: MSBuild prerelease run: dotnet build src/Bit-CI-release.sln diff --git a/.github/workflows/bit.full.ci.yml b/.github/workflows/bit.full.ci.yml index 7c121607f9..c68e1bb914 100644 --- a/.github/workflows/bit.full.ci.yml +++ b/.github/workflows/bit.full.ci.yml @@ -57,6 +57,10 @@ jobs: dotnet new bit-bp --name AdminBPSqlServer --database sqlserver --sample admin --pipeline github dotnet build AdminBPSqlServer/AdminBPSqlServer.sln -c Release + - name: Install Nodejs dependencies + continue-on-error: true # Error MSB4057, not all csproj files have InstallNodejsDependencies target. + run: dotnet build src/Bit-CI-release.sln -t:InstallNodejsDependencies -m:1 # m:1 is her to run all projects required run npm install command one by one + - name: Release build bit blazor ui + butil + bswup + besql + bup + code analyzers + source generators run: dotnet build src/Bit-CI-release.sln -c Release