Skip to content

Commit

Permalink
Include virtual build in releases (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Apr 16, 2020
1 parent 53e5648 commit f402604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines-templates/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
parameters:
target: SGX
env: ${{ parameters.env.SGX }}
cmake_args: '${{ parameters.build.common.cmake_args }} ${{ parameters.build.install.cmake_args }} ${{ parameters.build.SGX.cmake_args }}'
cmake_args: '${{ parameters.build.common.cmake_args }} ${{ parameters.build.install.cmake_args }}'
suffix: 'Release'
artifact_name: 'SGX_Release'
install_prefix: '${{ parameters.build.install.install_prefix }}'
Expand Down

0 comments on commit f402604

Please sign in to comment.