From ae124812a9bf3d29c6048cf2e897bf62ea662ead Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 1 Dec 2021 17:50:17 +0100 Subject: [PATCH] Rimosso osai (old) --- .gitlab-ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4626791..27dabc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,16 +74,16 @@ Test-FileWatcher:build: - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /verbosity:minimal /m' -Test-OSAI:build: - stage: build - tags: - - win - variables: - APP_NAME: Test-OSAI - before_script: - - *nuget-fix - - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"-verbosity quiet' - - *version-fix - script: - - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /verbosity:minimal /m' +# Test-OSAI:build: +# stage: build +# tags: +# - win +# variables: +# APP_NAME: Test-OSAI +# before_script: +# - *nuget-fix +# - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln"-verbosity quiet' +# - *version-fix +# script: +# - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /verbosity:minimal /m'