Skip to content

Commit

Permalink
ci:next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Meerownymous committed Dec 2, 2024
1 parent fb508f7 commit 2173249
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ jobs:
run: |
for project in $PROJECTS_TO_BUILD; do
if [[ $project != *"TEST"* ]]; then
echo "Packing $(basename $project .csproj) from $project"
dotnet pack $project \
project_name=$(basename "$project" | sed 's/\.csproj$//')
echo "Packing $project_name from $project"
dotnet pack "$project" \
--no-build \
--configuration Release \
/p:PackageOutputPath="./artifacts"
Expand Down

0 comments on commit 2173249

Please sign in to comment.