From b6f61cac9bc935cf0e70bdaea83a550fcab02cab Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 9 Jun 2020 10:47:20 -0400 Subject: [PATCH] build play store publisher --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c52bbbe1..3d887d61f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +49,9 @@ jobs: - name: Restore packages run: nuget restore + - name: Build Play Store publisher + run: dotnet build ./store/google/Publisher/Publisher.csproj -p:Configuration=Release + - name: Build for Play Store run: ./.github/scripts/android/build.ps1 -configuration Release shell: pwsh