diff --git a/AwsCryptographicMaterialProviders/codebuild/release-prod.yml b/AwsCryptographicMaterialProviders/codebuild/release-prod.yml index 1b208780a..c5e8f4338 100644 --- a/AwsCryptographicMaterialProviders/codebuild/release-prod.yml +++ b/AwsCryptographicMaterialProviders/codebuild/release-prod.yml @@ -29,6 +29,7 @@ phases: - export BASE=../codebuild/net - python $BASE/retrieve_signed_assembly.py --target net6.0 --unique-id $UNIQUE_ID - python $BASE/retrieve_signed_assembly.py --target net48 --unique-id $UNIQUE_ID + - python $BASE/retrieve_signed_assembly.py --target netstandard2.0 --unique-id $UNIQUE_ID build: commands: - mkdir build diff --git a/AwsCryptographyPrimitives/codebuild/release-prod.yml b/AwsCryptographyPrimitives/codebuild/release-prod.yml index 3bfbe38d6..02c1af7ec 100644 --- a/AwsCryptographyPrimitives/codebuild/release-prod.yml +++ b/AwsCryptographyPrimitives/codebuild/release-prod.yml @@ -29,6 +29,7 @@ phases: - export BASE=../codebuild/net - python $BASE/retrieve_signed_assembly.py --target net6.0 --unique-id $UNIQUE_ID - python $BASE/retrieve_signed_assembly.py --target net48 --unique-id $UNIQUE_ID + - python $BASE/retrieve_signed_assembly.py --target netstandard2.0 --unique-id $UNIQUE_ID build: commands: - mkdir build diff --git a/ComAmazonawsDynamodb/codebuild/release-prod.yml b/ComAmazonawsDynamodb/codebuild/release-prod.yml index 282bc3917..0cd3403fa 100644 --- a/ComAmazonawsDynamodb/codebuild/release-prod.yml +++ b/ComAmazonawsDynamodb/codebuild/release-prod.yml @@ -29,6 +29,7 @@ phases: - export BASE=../codebuild/net - python $BASE/retrieve_signed_assembly.py --target net6.0 --unique-id $UNIQUE_ID - python $BASE/retrieve_signed_assembly.py --target net48 --unique-id $UNIQUE_ID + - python $BASE/retrieve_signed_assembly.py --target netstandard2.0 --unique-id $UNIQUE_ID build: commands: - mkdir build diff --git a/ComAmazonawsKms/codebuild/release-prod.yml b/ComAmazonawsKms/codebuild/release-prod.yml index 506a6547d..fca6b1c62 100644 --- a/ComAmazonawsKms/codebuild/release-prod.yml +++ b/ComAmazonawsKms/codebuild/release-prod.yml @@ -29,6 +29,7 @@ phases: - export BASE=../codebuild/net - python $BASE/retrieve_signed_assembly.py --target net6.0 --unique-id $UNIQUE_ID - python $BASE/retrieve_signed_assembly.py --target net48 --unique-id $UNIQUE_ID + - python $BASE/retrieve_signed_assembly.py --target netstandard2.0 --unique-id $UNIQUE_ID build: commands: - mkdir build diff --git a/StandardLibrary/codebuild/release-prod.yml b/StandardLibrary/codebuild/release-prod.yml index 05afddfb2..ce38b622e 100644 --- a/StandardLibrary/codebuild/release-prod.yml +++ b/StandardLibrary/codebuild/release-prod.yml @@ -29,6 +29,7 @@ phases: - export BASE=../codebuild/net - python $BASE/retrieve_signed_assembly.py --target net6.0 --unique-id $UNIQUE_ID - python $BASE/retrieve_signed_assembly.py --target net48 --unique-id $UNIQUE_ID + - python $BASE/retrieve_signed_assembly.py --target netstandard2.0 --unique-id $UNIQUE_ID build: commands: - mkdir build