Skip to content

Commit

Permalink
flex download
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Dec 15, 2023
1 parent 6deb08a commit b1607b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ parameters:
TestDataArtifactSuffix: ''
Skipx86Tests: 'false'
CudaVersion: ''
SpecificArtifact: false
BuildId: ''

stages:
- stage: NuGet_Test_Win_${{ parameters.StageSuffix }}
Expand Down Expand Up @@ -58,11 +60,13 @@ stages:
arguments: 'amd64'
modifyEnvironment: true

- task: DownloadPipelineArtifact@0
displayName: 'Download Pipeline Artifact'
inputs:
artifactName: drop-signed-nuget-${{ parameters.ArtifactSuffix }}
targetPath: '$(Build.BinariesDirectory)\nuget-artifact'
- template: ../../templates/flex-downloadPipelineArtifact.yml
parameters:
StepName: 'Download Pipeline Artifact'
ArtifactName: drop-signed-nuget-${{ parameters.ArtifactSuffix }}
TargetPath: '$(Build.BinariesDirectory)\nuget-artifact'
SpecificArtifact: ${{ parameters.SpecificArtifact }}
BuildId: ${{ parameters.BuildId }}

- template: get-nuget-package-version-as-variable.yml
parameters:
Expand Down
2 changes: 2 additions & 0 deletions tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,8 @@ stages:
Skipx86Tests : false
NugetPackageName : 'Microsoft.ML.OnnxRuntime'
ArtifactSuffix: 'CPU'
SpecificArtifact: ${{ parameters.SpecificArtifact }}
BuildId: ${{ parameters.BuildId }}

- template: ../nuget/templates/test_linux.yml
parameters:
Expand Down

0 comments on commit b1607b3

Please sign in to comment.