Skip to content

Commit df0180e

Browse files
authored
Update ci.yml
1 parent 2e31462 commit df0180e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- os: windows-latest
5151
configuration: Debug
5252
coverage: true
53+
- os: windows-latest
54+
configuration: Release
55+
publish: true
5356

5457
steps:
5558
- uses: actions/checkout@v4
@@ -61,7 +64,6 @@ jobs:
6164
3.1.x
6265
6.0.x
6366
8.0.x
64-
cache: true
6567
6668
- name: Display dotnet version
6769
run: dotnet --info
@@ -100,7 +102,7 @@ jobs:
100102
101103
- name: Upload release bundle
102104
uses: actions/upload-artifact@v4
103-
if: ${{ matrix.configuration == 'Release' && matrix.os == 'windows-latest' && steps.build.conclusion == 'success' }}
105+
if: ${{ matrix.publish && steps.build.conclusion == 'success' }}
104106
with:
105107
name: bundle-${{ matrix.configuration }}
106108
path: ${{ env.PUBLISH_PATH }}/${{ matrix.configuration }}
@@ -224,7 +226,6 @@ jobs:
224226
strategy:
225227
fail-fast: false
226228
matrix:
227-
# plugin: [TeamTools.Linter.TSQL, TeamTools.Linter.SSDT]
228229
configuration: [Release]
229230
dotnet: [netstandard2.0, net6.0, net8.0]
230231
include:

0 commit comments

Comments
 (0)