From 669c1d1891d6985c4cd085d0cd315a5075a2f19e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 23 Dec 2024 12:08:11 +0100 Subject: [PATCH] refresh sln x nuget + test vecchia sintassi --- .gitlab-ci.yml | 12 ++++++------ EgwProxy.FTP.sln | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebc3e50..a7452ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,7 +170,8 @@ EgwProxy.Ftp:build: tags: - win variables: - APP_NAME: EgwProxy.Ftp + APP_NAME: EgwProxy.Ftp + SOL_NAME: EgwProxy.FTP rules: - if: $CI_COMMIT_BRANCH == 'develop' # changes: @@ -185,13 +186,12 @@ EgwProxy.Ftp:build: # - SDK/Ftp before_script: - *nuget-fix - - dotnet restore "$env:APP_NAME.sln" - # - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet' + # - dotnet restore "$env:SOL_NAME.sln" + - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet' - *version-fix script: - - dotnet build "$env:APP_NAME\$env:APP_NAME.csproj" --configuration Release --arch x86 --output bin/ --verbosity minimal - - # - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /nodeReuse:false /verbosity:minimal /m' + # - dotnet build $env:APP_NAME\$env:APP_NAME.csproj #--configuration Release --arch x86 --output bin/ --verbosity minimal + - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /nodeReuse:false /verbosity:minimal /m' # EgwProxy.Icoel:build: # stage: build diff --git a/EgwProxy.FTP.sln b/EgwProxy.FTP.sln index 20d16d7..ffe8d6e 100644 --- a/EgwProxy.FTP.sln +++ b/EgwProxy.FTP.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.32901.82 +# Visual Studio Version 17 +VisualStudioVersion = 17.12.35527.113 d17.12 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EgwProxy.Ftp.Test", "EgwProxy.Ftp.Test\EgwProxy.Ftp.Test.csproj", "{A655A6AC-5997-46F9-9752-8C621B80516C}" EndProject