From 68df530010a7ef036d8d267962bbfac841b61a26 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 3 Aug 2022 17:14:52 +0200 Subject: [PATCH] Typo fix --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9aa0bb5..8e29f3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -149,7 +149,7 @@ SCMA:build: - '& "$env:NUGET_PATH" restore "MTC_Adapter\$env:SOL_NAME.sln" -verbosity quiet' - *version-fix script: - - '& "$env:MSBUILD_PATH" "MTC_Adapter\$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:DefineConstants=\"FS30D=1,SIEMENS=1\" /p:OutputPath=bin/ /verbosity:minimal /m' + - '& "$env:MSBUILD_PATH" "MTC_Adapter\$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:DefineConstants="FS30D=1,SIEMENS=1" /p:OutputPath=bin/ /verbosity:minimal /m' # MTC-ADB:build: # stage: build @@ -191,7 +191,7 @@ SCMA:release: - *version-fix - *cleanup-zip script: - - '& "$env:MSBUILD_PATH" "MTC_Adapter\$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:DebugSymbols=false /p:DebugType=None /p:DefineConstants=\"FS30D=1,SIEMENS=1\" /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m' + - '& "$env:MSBUILD_PATH" "MTC_Adapter\$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:DebugSymbols=false /p:DebugType=None /p:DefineConstants="FS30D=1,SIEMENS=1" /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m' - *zipper - *hashBuild - *nexusUpload