refresh sln x nuget + test vecchia sintassi

This commit is contained in:
Samuele Locatelli
2024-12-23 12:08:11 +01:00
parent 9672375fc2
commit 669c1d1891
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -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
+2 -2
View File
@@ -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