diff options
| author | Thog <me@thog.eu> | 2020-02-12 14:35:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-12 14:35:39 +0100 |
| commit | 8d83878f671e03b4bae803ee848a35158d8ffdf3 (patch) | |
| tree | 48bcfe6b8e32e4295362ebd881ca69b724879486 /appveyor.yml | |
| parent | 505f95848ba28a59893b574dba1c5a50af63e60a (diff) | |
Improve build identification (#927)
* Improve build identification
Add versioning on CI build
Fix #887
* Fix appveyor
* Fix appveyor for real now
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 73f4654d..4fcf5050 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,11 +14,11 @@ build_script: - ps: >- dotnet --version - dotnet publish -c $env:config -r win-x64 + dotnet publish -c $env:config -r win-x64 /p:Version=$env:APPVEYOR_BUILD_VERSION - dotnet publish -c $env:config -r linux-x64 + dotnet publish -c $env:config -r linux-x64 /p:Version=$env:APPVEYOR_BUILD_VERSION - dotnet publish -c $env:config -r osx-x64 + dotnet publish -c $env:config -r osx-x64 /p:Version=$env:APPVEYOR_BUILD_VERSION 7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-win_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\netcoreapp3.0\win-x64\publish\ |
