build play store publisher

This commit is contained in:
Kyle Spearrin 2020-06-09 10:47:20 -04:00
parent 0e41945a8a
commit b6f61cac9b
1 changed files with 3 additions and 0 deletions

View File

@ -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