Accommodate previews and release candidates in MSFT-to-source-build comparison test (#13990)
* Update MSFT SDK download file glob to accommodate previews
This commit is contained in:
parent
ee0a1ef84c
commit
1d4e3bbe8f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ jobs:
|
|||
- ${{ if ne(parameters.excludeSdkContentTests, 'true') }}:
|
||||
- download: ${{ parameters.installerBuildResourceId }}
|
||||
artifact: BlobArtifacts
|
||||
patterns: '**/dotnet-sdk-!(*-*)-linux-${{ parameters.architecture }}.tar.gz'
|
||||
patterns: '**/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-preview*|-rc*)-linux-${{ parameters.architecture }}.tar.gz'
|
||||
displayName: Download MSFT sdk Tarball
|
||||
|
||||
- ${{ if eq(parameters.usePreviousArtifacts, 'true') }}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue