How does ProjectArtifacts get used with CodeBuild in CDK v2 #24525
Unanswered
garrettlove8
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Based on this article in the docs, I see that I should be using the property
overrideArtifactName
on theProjectArtifacts
. I don't see an example of where that gets used, though. I have aCodeBuildProject
but that doesn't have a property for artifacts, only the buildspec does. How does this get used with CDK? Can this be done?Beta Was this translation helpful? Give feedback.
All reactions