You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Override path to use namespace-based directory structure
102
+
sed -i 's|Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj|Link.Foundation.Links.Notation/Link.Foundation.Links.Notation.csproj|g' ./read_csharp_package_info.sh
lsof /var/lib/dpkg/lock-frontend 2>/dev/null || echo "No process holding dpkg lock"
130
132
ps aux | grep -i apt || echo "No apt processes found"
131
-
133
+
132
134
# Wait for any running apt processes to finish
133
135
while sudo fuser /var/lib/dpkg/lock-frontend >/dev/null 2>&1; do
134
136
echo "Waiting for other apt process to finish..."
135
137
sleep 5
136
138
done
137
-
139
+
138
140
# Add retry logic for apt operations in the script
139
141
sed -i 's/sudo apt-get install/sudo apt-get install --fix-missing -y/g' ./read_csharp_package_info.sh
140
-
142
+
# Override path to use namespace-based directory structure
143
+
sed -i 's|Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj|Link.Foundation.Links.Notation/Link.Foundation.Links.Notation.csproj|g' ./read_csharp_package_info.sh
144
+
141
145
bash ./read_csharp_package_info.sh
142
146
- name: Publish release
143
147
run: |
@@ -149,7 +153,7 @@ jobs:
149
153
# Override the tag format to use version_language instead of language_version
0 commit comments