Skip to content

Commit a0b9e9a

Browse files
committed
feat(button): build type
1 parent 871d1cb commit a0b9e9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
#Overwrite package generation
171171
DISABLE_PACKAGE_GENERATION: false
172172
run: |
173-
dotnet build TELBlazor.Components -c Release \
173+
dotnet build TELBlazor.Components -c Debug \
174174
/p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
175175
/p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
176176
/p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \
@@ -183,7 +183,7 @@ jobs:
183183
#Overwrite package generation
184184
DISABLE_PACKAGE_GENERATION: true
185185
run: |
186-
dotnet build TELBlazor.sln -c Release \
186+
dotnet build TELBlazor.sln -c Debug \
187187
/p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
188188
/p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
189189
/p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \
@@ -194,8 +194,8 @@ jobs:
194194
- name: Run Unit tests
195195
run: dotnet test "TELBlazor.Components.UnitTests.csproj" --no-build --verbosity normal
196196
working-directory: "./TELBlazor.Components.UnitTests"
197-
env:
198-
ASPNETCORE_ENVIRONMENT: ci
197+
env:
198+
aspnetcore_environment: ci
199199

200200
# - name: Run bUnit tests
201201
# run: dotnet test Package.Shared.BlazorComponents.UnitTests.csproj --no-build --verbosity minimal

0 commit comments

Comments
 (0)