diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fff3a59..fc75310 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: dotnet-version: 8.0.x # Run dotnet restore - name: Run dotnet restore - run: dotnet restore Cmf.CustomerPortal.Sdk.sln --configuration Release + run: dotnet restore Cmf.CustomerPortal.Sdk.sln # Run dotnet build - name: Run dotnet build run: dotnet build Cmf.CustomerPortal.Sdk.sln --no-restore --configuration Release diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 15fb7fd..6f9ae90 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,7 +18,7 @@ jobs: dotnet-version: 8.0.x # Run dotnet restore - name: Run dotnet restore - run: dotnet restore Cmf.CustomerPortal.Sdk.sln --configuration Release + run: dotnet restore Cmf.CustomerPortal.Sdk.sln # Run build - name: Build Windows env: