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 21c2476 commit 84a3b7bCopy full SHA for 84a3b7b
.github/workflows/dev.yml
@@ -251,7 +251,7 @@ jobs:
251
252
- name: Publish WasmStaticClient
253
run: |
254
- dotnet publish TELBlazor.Components.ShowCase.WasmStaticClient.csproj --configuration Release \
+ dotnet publish ./TELBlazor.Components.ShowCase.WasmStaticClient/TELBlazor.Components.ShowCase.WasmStaticClient.csproj --configuration Release \
255
/p:TELBlazorPackageVersion=$DEV_TELBLAZOR_PACKAGE_VERSION \
256
/p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
257
/p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \
0 commit comments