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"