Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Teshvier Mathura committed Jun 2, 2020
1 parent c43c154 commit f15ea24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ before_build:
- cmd: >-
cd Spacearr.Android\Properties
powershell -Command "(gc AndroidManifest.xml) -replace 'android:versionName=""""1.0""""', 'android:versionName=""""$env:APPVEYOR_BUILD_VERSION""""' | Out-File -encoding ASCII AndroidManifest.xml"
powershell -Command "(gc AndroidManifest.xml) -replace 'android:versionName=""""1.0""""', ('android:versionName=""""' + $env:APPVEYOR_BUILD_VERSION + '""""') | Out-File -encoding ASCII AndroidManifest.xml"
more AndroidManifest.xml
- cmd: >-
cd Spacearr.UWP
powershell -Command "(gc Package.appxmanifest) -replace 'Version=""""1.0.0.0""""', 'Version=""""$env:APPVEYOR_BUILD_VERSION""""' | Out-File -encoding ASCII Package.appxmanifest"
powershell -Command "(gc Package.appxmanifest) -replace 'Version=""""1.0.0.0""""', ('Version=""""' + $env:APPVEYOR_BUILD_VERSION +'""""') | Out-File -encoding ASCII Package.appxmanifest"
more Package.appxmanifest
build:
Expand Down

0 comments on commit f15ea24

Please sign in to comment.