Skip to content

Commit

Permalink
chore: retrieve netstandard2.0 signed dll to publish (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Jan 4, 2024
1 parent 6d505b4 commit 829fe47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions AwsCryptographyPrimitives/codebuild/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ComAmazonawsDynamodb/codebuild/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ComAmazonawsKms/codebuild/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions StandardLibrary/codebuild/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 829fe47

Please sign in to comment.