From 471c2626a00728a50af439767e54275e00f1d3ea Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Thu, 27 Aug 2020 16:55:11 +0300 Subject: [PATCH] Fixed workflow --- .github/workflows/test-and-publish.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 0125073b..43b17c1a 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -154,9 +154,7 @@ jobs: desc="${desc//$'\r'/'%0D'}" echo "::set-output name=mod_description::$desc" - name: Pack MCM (Release) - run: >- - dotnet pack src/MCM.NuGet/MCM.NuGet.csproj --configuration Release -o "./packages"; - dotnet pack src/MCM.Integrated.NuGet/MCM.Integrated.NuGet.csproj --configuration Release -o "./packages" + run: dotnet pack src/MCM.NuGet/MCM.NuGet.csproj --configuration Release -o "./packages"; env: DOTNET_NOLOGO: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 @@ -204,8 +202,8 @@ jobs: - name: Build MCM (Release) run: >- - dotnet build src/MCM.Standalone/MCM.Standalone.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; - dotnet build src/MCM.Implementation.MBO/MCM.Implementation.MBO.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; + dotnet build src/MCM.NexusMods/MCM.NexusMods.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; + dotnet build src/MCM.Implementation.MCMv3/MCM.Implementation.MCMv3.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; dotnet build src/MCM.Implementation.ModLib/MCM.Implementation.ModLib.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; env: DOTNET_NOLOGO: 1 @@ -285,8 +283,8 @@ jobs: - name: Build MCM (Release) run: >- - dotnet build src/MCM.Standalone/MCM.Standalone.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; - dotnet build src/MCM.Implementation.MBO/MCM.Implementation.MBO.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; + dotnet build src/MCM.NexusMods/MCM.NexusMods.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; + dotnet build src/MCM.Implementation.MCMv3/MCM.Implementation.MCMv3.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; dotnet build src/MCM.Implementation.ModLib/MCM.Implementation.ModLib.csproj --configuration Release -p:GameFolder="$PWD/bannerlord"; env: DOTNET_NOLOGO: 1