Fix Download MSFT sdk Tarball pattern (#14567)
This commit is contained in:
parent
12366b9bf5
commit
67f11ac2b8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- ${{ if ne(parameters.excludeSdkContentTests, 'true') }}:
|
- ${{ if ne(parameters.excludeSdkContentTests, 'true') }}:
|
||||||
- download: ${{ parameters.installerBuildResourceId }}
|
- download: ${{ parameters.installerBuildResourceId }}
|
||||||
artifact: BlobArtifacts
|
artifact: BlobArtifacts
|
||||||
patterns: '**/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-preview*|-rc*|-rtm)-linux-${{ parameters.architecture }}.tar.gz'
|
patterns: '**/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-@(preview|rc|rtm)*)-linux-${{ parameters.architecture }}.tar.gz'
|
||||||
displayName: Download MSFT sdk Tarball
|
displayName: Download MSFT sdk Tarball
|
||||||
|
|
||||||
- ${{ if eq(parameters.usePreviousArtifacts, 'true') }}:
|
- ${{ if eq(parameters.usePreviousArtifacts, 'true') }}:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue