mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-03 10:27:10 +02:00
Improve build identification (#927)
* Improve build identification Add versioning on CI build Fix #887 * Fix appveyor * Fix appveyor for real now
This commit is contained in:
parent
505f95848b
commit
8d83878f67
5 changed files with 11 additions and 6 deletions
|
@ -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\
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue