File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -236,16 +236,21 @@ jobs:
236236 env :
237237 # Overwrite package generation
238238 DISABLE_PACKAGE_GENERATION : true
239+ USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE : false
239240 run : |
240241 dotnet build TELBlazor.sln -c Release \
241- /p:TELBlazorPackageVersion=$DEV_TELBLAZOR_PACKAGE_VERSION \
242+ /p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
242243 /p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
243244 /p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \
244245 /p:TELBlazorPackageSource=$TELBLAZOR_PACKAGE_SOURCE \
245246 /p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION \
246247 /p:E2ETracingEnabled=$E2E_TRACING_ENABLED
247248
248249 - name : Publish WasmStaticClient TELBlazor ShowCase
250+ env :
251+ # Overwrite package generation
252+ DISABLE_PACKAGE_GENERATION : true
253+ USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE : false
249254 run : |
250255 dotnet publish ./TELBlazor.Components.ShowCase.WasmStaticClient/TELBlazor.Components.ShowCase.WasmStaticClient.csproj --configuration Release \
251256 /p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
You can’t perform that action at this time.
0 commit comments