© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
2 replies
Yawnder

GitLab CI CD artifacts not being carried forward to next step. [Answered]

I'm having a hard time carrying artifacts from one stop of the GitLab CI/CD pipeline to the next.
Anyone is aware of pitfalls or details I might be missing?
In the first step, I have this
  artifacts:
    paths:
    - $CI_PROJECT_DIR/MyProjectName/bin/Release/MyProjectName.*.nupkg
    expire_in: 1 week
  artifacts:
    paths:
    - $CI_PROJECT_DIR/MyProjectName/bin/Release/MyProjectName.*.nupkg
    expire_in: 1 week

And in a further step, anything after
$CI_PROJECT_DIR/MyProjectName
$CI_PROJECT_DIR/MyProjectName
, starting at the
bin
bin
folder isn't there even though artifacts are supposed to be carried forward?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ [Compiler Help] [GitLab CI/CD]
C#CC# / help
4y ago
❔ Enforcing dotnet format in CI/CD
C#CC# / help
3y ago
Problem with the dotnet installation in gitlab-ci (Docker, Debian11)
C#CC# / help
16mo ago