mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix AppVeyor build script
This commit is contained in:
@@ -27,14 +27,14 @@ build:
|
||||
# post-build step
|
||||
after_build:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\SabreTools\bin\Debug\net6.0
|
||||
- 7z a a -tzip %APPVEYOR_BUILD_FOLDER%\SabreTools_net6.0.zip *
|
||||
- 7z a -tzip %APPVEYOR_BUILD_FOLDER%\SabreTools_net6.0.zip *
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\SabreTools\bin\Debug\net7.0
|
||||
- 7z a a -tzip %APPVEYOR_BUILD_FOLDER%\SabreTools_net7.0.zip *
|
||||
- 7z a -tzip %APPVEYOR_BUILD_FOLDER%\SabreTools_net7.0.zip *
|
||||
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\RombaSharp\bin\Debug\net6.0
|
||||
- 7z a a -tzip %APPVEYOR_BUILD_FOLDER%\RombaSharp_net6.0.zip *
|
||||
- 7z a -tzip %APPVEYOR_BUILD_FOLDER%\RombaSharp_net6.0.zip *
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\RombaSharp\bin\Debug\net7.0
|
||||
- 7z a a -tzip %APPVEYOR_BUILD_FOLDER%\RombaSharp.0.zip *
|
||||
- 7z a -tzip %APPVEYOR_BUILD_FOLDER%\RombaSharp_net7.0.zip *
|
||||
|
||||
# testing step
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user