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 67af1a0 commit fb508f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,10 @@ jobs:
run: |
for project in $PROJECTS_TO_BUILD; do
if [[ $project != *"TEST"* ]]; then
project_name=$(basename $project.csproj)
echo "Packing $project_name from $project"
echo "Packing $(basename $project .csproj) from $project"
dotnet pack $project \
--no-build \
--configuration Release \
/p:BaseOutputPath="./artifacts/$project_name" \
/p:PackageOutputPath="./artifacts"
else
echo "Skipping test project $project"
Expand Down

0 comments on commit fb508f7

Please sign in to comment.