@@ -188,21 +188,21 @@ jobs:
188188 env :
189189 SIXLABORS_TESTING_PREVIEW : True
190190
191- - name : DotNet Test
192- if : ${{ matrix.options.sdk-preview != true }}
193- shell : pwsh
194- run : ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
195- env :
196- SIXLABORS_TESTING : True
197- XUNIT_PATH : .\tests\ImageSharp.Drawing.Tests # Required for xunit
198-
199- - name : DotNet Test Preview
200- if : ${{ matrix.options.sdk-preview == true }}
201- shell : pwsh
202- run : ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
203- env :
204- SIXLABORS_TESTING_PREVIEW : True
205- XUNIT_PATH : .\tests\ImageSharp.Drawing.Tests # Required for xunit
191+ # - name: DotNet Test
192+ # if: ${{ matrix.options.sdk-preview != true }}
193+ # shell: pwsh
194+ # run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
195+ # env:
196+ # SIXLABORS_TESTING: True
197+ # XUNIT_PATH: .\tests\ImageSharp.Drawing.Tests # Required for xunit
198+
199+ # - name: DotNet Test Preview
200+ # if: ${{ matrix.options.sdk-preview == true }}
201+ # shell: pwsh
202+ # run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
203+ # env:
204+ # SIXLABORS_TESTING_PREVIEW: True
205+ # XUNIT_PATH: .\tests\ImageSharp.Drawing.Tests # Required for xunit
206206
207207 - name : Export Failed Output
208208 uses : actions/upload-artifact@v4
@@ -245,7 +245,7 @@ jobs:
245245 id : compute-version
246246 shell : pwsh
247247 run : |
248- $date = Get-Date -Format "yyyy.MM.dd "
248+ $date = Get-Date -Format "yyyy.M.d "
249249 $buildNumber = "${{ github.run_number }}"
250250 $version = "$date-mc.$buildNumber"
251251 echo "version=$version" >> $env:GITHUB_OUTPUT
0 commit comments