Skip to content

Commit

Permalink
1. fix qnn test. 2. add env
Browse files Browse the repository at this point in the history
  • Loading branch information
idiskyle committed Nov 25, 2024
1 parent 4910a58 commit 0c5ebda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ stages:
artifactName: 'onnxruntime-android-qnn-aar'
job_name_suffix: 'QNN'
packageName: 'onnxruntime-android-qnn'
ReleaseVersionSuffix: $(ReleaseVersionSuffix)

- stage: iOS_Full_xcframework
dependsOn: []
Expand Down
3 changes: 2 additions & 1 deletion tools/ci_build/github/azure-pipelines/templates/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ stages:
scriptPath: '$(Build.SourcesDirectory)\tools\ci_build\build.py'
arguments: '--config RelWithDebInfo --use_binskim_compliant_compile_flags --enable_lto --disable_rtti --build_dir $(Build.BinariesDirectory) --skip_submodule_sync --build_shared_lib --update --cmake_generator "$(VSGenerator)" --enable_onnx_tests $(TelemetryOption) ${{ parameters.buildparameter }} $(timeoutParameter) $(buildJavaParameter)'
workingDirectory: '$(Build.BinariesDirectory)'

env:
ReleaseVersionSuffix: $(ReleaseVersionSuffix)

- task: VSBuild@1
displayName: 'Build'
Expand Down

0 comments on commit 0c5ebda

Please sign in to comment.