From 22900ee5e2ff7ec0cea40296a785105057e2580e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Tue, 7 Jan 2025 13:13:18 +0100 Subject: [PATCH] release.md: just update Visual Studio via remote desktop Much easier and faster than a complete Ansible run. --- .github/ISSUE_TEMPLATE/release.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index f0310bef7..1722a5621 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -43,7 +43,8 @@ https://packages.icinga.com/windows/dependencies/, e.g.: ### Re-provision Build Server Even if there aren't any new releases of dependencies with versions -hardcoded in the repos and files listed above (Boost, OpenSSL). -There may be new build versions of other dependencies (VS, MSVC). +hardcoded in the repos and files listed above (Boost, OpenSSL), +there may be new build versions of Visual Studio. Our GitHub actions (tests) use the latest ones automatically, but the GitLab runner (release packages) doesn't. +However, it allows to log in via remote desktop to update Visual Studio.