Skip to content

Commit

Permalink
chore: Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Sep 1, 2023
1 parent 45c5643 commit 786c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [[ $projects == Google.Cloud.Tools.* ]]
then
for project in $projects
do
dotnet pack -c Release -o $PWD/nuget -c Release tools/$project
dotnet pack -c Release -o $PWD/nuget tools/$project
done
exit 0
fi
Expand Down

0 comments on commit 786c2f7

Please sign in to comment.