Compare commits

...
1 Commits
Author SHA1 Message Date
Disyer fd447b7b95 test 2022-08-02 18:21:47 +03:00
+15
View File
@@ -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'