mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-12 18:31:37 +08:00
Compare commits
1
Commits
34.0.0.325
...
test-ci
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd447b7b95 |
@@ -0,0 +1,15 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build_job:
|
||||
stage: build
|
||||
image: mcr.microsoft.com/dotnet/framework/sdk:3.5
|
||||
tags:
|
||||
- shared-windows
|
||||
- windows
|
||||
script:
|
||||
- '& msbuild /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin CleanFlashUninstaller/CleanFlashUninstaller.csproj'
|
||||
artifacts:
|
||||
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on
|
||||
paths:
|
||||
- 'bin\CleanFlashUninstaller.exe'
|
||||
Reference in New Issue
Block a user