@@ -133,18 +133,18 @@ jobs:
133133 run : npm ci
134134 # CI is an install with adhering to package-lock
135135
136- - name : Build solution without generating new package
137- env :
138- # Overwrite package generation
139- DISABLE_PACKAGE_GENERATION : true
140- run : |
141- dotnet build TELBlazor.sln -c Release \
142- /p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
143- /p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
144- /p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \
145- /p:TELBlazorPackageSource=$TELBLAZOR_PACKAGE_SOURCE \
146- /p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION \
147- /p:E2ETracingEnabled=$E2E_TRACING_ENABLED
136+ # - name: Build solution without generating new package
137+ # env:
138+ # #Overwrite package generation
139+ # DISABLE_PACKAGE_GENERATION: true
140+ # run: |
141+ # dotnet build TELBlazor.sln -c Release \
142+ # /p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
143+ # /p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
144+ # /p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \
145+ # /p:TELBlazorPackageSource=$TELBLAZOR_PACKAGE_SOURCE \
146+ # /p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION \
147+ # /p:E2ETracingEnabled=$E2E_TRACING_ENABLED
148148
149149 - name : Build and pack TELBlazor.Components
150150 env :
@@ -257,4 +257,4 @@ jobs:
257257 uses : JamesIves/github-pages-deploy-action@v4
258258 with :
259259 folder : docs # The folder the action should deploy
260- branch : gh-pages # The branch the action should deploy to
260+ branch : gh-pages # The branch the action should deploy to
0 commit comments