File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments