From 43047c0ab0271989f4f55b52c574b9cedafee50c Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 14 May 2022 05:07:07 +0200 Subject: [PATCH] [ci] updated gitlab-ci - reverted dotnet sdk and runtime versions --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24be25e2e..9386bd391 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,15 +68,15 @@ publish-windows: - if: "$CI_COMMIT_TAG" image: scottyhardy/docker-wine before_script: - - choco install dotnet-6.0-runtime -y - - choco install dotnet-6.0-sdk -y + - choco install dotnet-6.0-runtime --version=6.0.4 -y + - choco install dotnet-6.0-sdk --version=6.0.202 -y - choco install innosetup -y artifacts: paths: - "$INSTALLER_OUTPUT_DIR/$INSTALLER_FILE_NAME" script: - dotnet clean - - dotnet restore -f --no-cache + - dotnet restore -f --no-cache -v n - dotnet publish -c Release --runtime win7-x64 /p:Version=$CI_COMMIT_TAG src/NadekoBot - $env:NADEKOBOT_INSTALL_VERSION = $CI_COMMIT_TAG - iscc.exe "/O+" ".\exe_builder.iss"