Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/codebuild/release/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ phases:
- sudo apt update
- sudo apt-get install mono-devel -y
# we need to build the test vector lib
- make -C aws-encryption-sdk/mpl/TestVectorsAwsCryptographicMaterialProviders mvn_local_deploy_polymorph_dependencies
- make -C aws-encryption-sdk/mpl/TestVectorsAwsCryptographicMaterialProviders transpile_net
# Switch back to the main directory
- cd aws-encryption-sdk/AwsEncryptionSDK
- make mvn_local_deploy_polymorph_dependencies
pre_build:
commands:
# UNIQUE_ID should be passed in as an environment variable. It is used to tie
Expand Down
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/codebuild/release/test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ phases:
- sudo apt update
- sudo apt-get install mono-devel -y
# we need to build the test vector lib
- make -C aws-encryption-sdk/mpl/TestVectorsAwsCryptographicMaterialProviders mvn_local_deploy_polymorph_dependencies
- make -C aws-encryption-sdk/mpl/TestVectorsAwsCryptographicMaterialProviders transpile_net
# Switch back to the main directory
- cd aws-encryption-sdk/AwsEncryptionSDK
- make mvn_local_deploy_polymorph_dependencies
pre_build:
commands:
- make transpile_net
Expand Down
Loading