mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 02:41:38 +08:00
Compare commits
5
Commits
9547be7f16
...
testbuild
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95e2af1055 | ||
|
|
7f5fcbc371 | ||
|
|
e6b3069320 | ||
|
|
ac1c5ce9f8 | ||
|
|
6b7fe572fd |
@@ -0,0 +1,18 @@
|
|||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
variables:
|
||||||
|
MSBUILD_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe'
|
||||||
|
MSBUILD_TARGET: 'CleanFlashInstaller/CleanFlashInstaller.csproj'
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- '& nuget restore' # restore Nuget dependencies
|
||||||
|
- '& "$env:MSBUILD_PATH" "$env:MSBUILD_TARGET" /p:Configuration=Release'
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- 'CleanFlashInstaller/bin/Release/*.exe'
|
||||||
|
expire_in: never
|
||||||
|
tags:
|
||||||
|
- windows
|
||||||
Reference in New Issue
Block a user