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 64b1c04 commit 5924150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
for project in $PROJECTS_TO_BUILD; do
if [[ $project != *"TEST"* ]]; then
echo "Packing $(basename "$project" .csproj) from $project"
dotnet pack "$project" --no-build --configuration Release /p:PackageOutputPath=./artifacts
dotnet pack "$project" --no-build --configuration Release //p:PackageOutputPath="./artifacts"
fi
done
shell: bash
Expand Down

0 comments on commit 5924150

Please sign in to comment.