Skip to content
Snippets Groups Projects
Commit 9383d8bf authored by Klaus Fischer's avatar Klaus Fischer
Browse files

Added Artifacts path

parent 81a5de58
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ nuget-pack:
- $CI_DEFAULT_BRANCH
stage: nuget-pack
image: mcr.microsoft.com/dotnet/sdk:6.0
artifacts:
paths:
- ./artifacts
script:
- GIT_COMMIT_ID=$CI_COMMIT_SHORT_SHA
- sed -i -e "s|<PackageVersion>.*</PackageVersion>|<PackageVersion>$CI_COMMIT_TAG</PackageVersion>|" FitConnect/FitConnect.csproj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment