From ac1c5ce9f892016a2ee5fd2708b5b9dc7cf2b262 Mon Sep 17 00:00:00 2001 From: Disyer Date: Thu, 1 Feb 2024 00:01:27 +0200 Subject: [PATCH] ok --- .gitlab-ci.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e2c44f..f5819de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,19 +4,12 @@ stages: variables: MSBUILD_TARGET: 'CleanFlashInstaller/CleanFlashInstaller.csproj' -before_script: - - choco install visualstudio2019buildtools -y - - choco install visualstudio2022community --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64" - - RefreshEnv.cmd - build: stage: build script: - '& nuget restore' # restore Nuget dependencies - '& msbuild "$env:MSBUILD_TARGET" /p:Configuration=Release' - -artifacts: - paths: + artifacts: + paths: - 'CleanFlashInstaller/bin/Release/*.exe' - only: - - tags + expire_in: never