Skip to content

Commit

Permalink
Correct csproj rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd committed Jul 15, 2024
1 parent 71321bd commit a49928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ elif [ "$PLATFORM" = "ghes" ]; then
CSPROJ_PACKAGE_FILE="/stage/dotnet/$NAMESPACE/src/GitHub.Octokit.GHES.SDK.csproj"
if [[ -f "$CSPROJ_PACKAGE_FILE" ]]; then
sed -i '' "s|<PackageId>GitHub.Octokit.GHES.SDK</PackageId>|<PackageId>GitHub.Octokit.GHES.SDK.$VERSION</PackageId>|" "$CSPROJ_PACKAGE_FILE"
echo "Updated <PackageId> to GitHub.Octokit.GHES.SDK.$VERSION in $csproj_file"
echo "Updated <PackageId> to GitHub.Octokit.GHES.SDK.$VERSION in $CSPROJ_PACKAGE_FILE"
else
echo "File $CSPROJ_PACKAGE_FILE does not exist."
fi
Expand Down

0 comments on commit a49928b

Please sign in to comment.