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 22836ea commit 764f616Copy full SHA for 764f616
.github/workflows/dev.yml
@@ -228,9 +228,9 @@ jobs:
228
229
230
#qqqq with recent changes can we just build the solution now if this works then check
231
- - name: Build Shared Pages
+ - name: Build TELBlazor.Components.ShowCase.Shared
232
run: |
233
- dotnet build SharedPages -c Release \
+ dotnet build TELBlazor.Components.ShowCase.Shared -c Release \
234
/p:TELBlazorPackageVersion=$DEV_TELBLAZOR_PACKAGE_VERSION \
235
/p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
236
/p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \
0 commit comments