Skip to content

Commit

Permalink
Update appveyor.yml to rename com.Spacearr.Android-Signed.apk file af…
Browse files Browse the repository at this point in the history
…ter build
  • Loading branch information
Teshvier Mathura committed Jun 9, 2020
1 parent 802ca01 commit d194eca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ before_build:
cd..
build:
verbosity: minimal
after_build:
- cmd: >-
cd Spacearr.Android\bin\$(configuration)
rename com.Spacearr.Android-Signed.apk com.Spacearr.Android-Signed-%APPVEYOR_BUILD_VERSION%.apk
cd..
cd..
cd..
test_script:
- cmd: >-
nuget install Appveyor.TestLogger -Version 2.0.0
Expand Down

0 comments on commit d194eca

Please sign in to comment.