4 Commits

2 changed files with 4 additions and 4 deletions

View File

@@ -54,14 +54,14 @@ steps:
--minimum-major-minor 2.0 \
--default-pre-release-identifiers alpha.0 \
--verbosity info)
echo "Wersja: $MINVER_VERSION"
mkdir -p nupkg
echo "=== Pełniejsze fetch git (unshallow + tags) ==="
git fetch --prune --unshallow || echo "Już full clone OK"
git fetch --tags
# Diagnostyka sprawdź czy tag jest widoczny
echo "=== Dostępne tagi ==="
git tag -l

View File

@@ -27,6 +27,6 @@
"UseSsl": false
},
"JobSettings": {
"QueryIntervalMinutes": 30
"QueryIntervalMinutes": 25
}
}