testbuild
Disyer 1 year ago
parent 6b7fe572fd
commit ac1c5ce9f8

@ -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

Loading…
Cancel
Save