4 Commits

2 changed files with 4 additions and 4 deletions

View File

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

View File

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