From 63d747a7eaf04e5975e806e367ea326e93818f65 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Sat, 9 Apr 2022 10:46:54 +0200 Subject: [PATCH] nome proj sbaglaito x main project --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a79474..a911345 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ SteamWareLib:build: - '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln"-verbosity quiet' - *version-fix script: - - '& "$env:MSBUILD_PATH" "SteamWare\$env:APP_NAME.csproj" -target:Build /p:Configuration=$env:CONFIG /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m' + - '& "$env:MSBUILD_PATH" "$env:APP_NAME\SteamWare.csproj" -target:Build /p:Configuration=$env:CONFIG /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m' SteamWare.Reports:build: stage: build