Skip to content

Commit fc12a07

Browse files
committed
fix(fsdsf): sff
1 parent b084678 commit fc12a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,11 @@ jobs:
329329
dotnet restore GitPageBlazorWASM.sln
330330
331331
332-
332+
# fails because clieant as id expect if release
333333
- name: Build Solution
334334
run: |
335335
echo "Building the solution..."
336-
dotnet build GitPageBlazorWASM.sln -c Release \
336+
dotnet build GitPageBlazorWASM.sln -c Debug \
337337
/p:BCLVersion=$BCL_VERSION \
338338
/p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
339339
/p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE

0 commit comments

Comments
 (0)