We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b084678 commit fc12a07Copy full SHA for fc12a07
.github/workflows/dev.yml
@@ -329,11 +329,11 @@ jobs:
329
dotnet restore GitPageBlazorWASM.sln
330
331
332
-
+# fails because clieant as id expect if release
333
- name: Build Solution
334
run: |
335
echo "Building the solution..."
336
- dotnet build GitPageBlazorWASM.sln -c Release \
+ dotnet build GitPageBlazorWASM.sln -c Debug \
337
/p:BCLVersion=$BCL_VERSION \
338
/p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
339
/p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE
0 commit comments