Skip to content

Commit d737a25

Browse files
script fix
Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent 8818281 commit d737a25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ jobs:
188188
189189
- name: Wait for package to be ready for download
190190
run: |
191-
dotnet new console --name temp-check --output .
192-
TIMEOUT=300 # 5 minutes
191+
dotnet new console --name temp-check --output . --framework net8.0
192+
TIMEOUT=600 # 10 minutes
193193
INTERVAL=10 # 10 seconds
194194
ELAPSED=0
195195
@@ -201,6 +201,7 @@ jobs:
201201
fi
202202
sleep $INTERVAL
203203
ELAPSED=$((ELAPSED + INTERVAL))
204+
dotnet nuget locals all --clear
204205
done
205206
206207
echo "Timeout: Package is not available after ${TIMEOUT}s"

0 commit comments

Comments
 (0)