mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Attempt to fix AppVeyor
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
||||||
<Configurations>Debug;Release</Configurations>
|
|
||||||
<Platforms>AnyCPU;x64</Platforms>
|
|
||||||
<IsPackable>false</IsPackable>
|
<IsPackable>false</IsPackable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,11 @@ after_build:
|
|||||||
- 7z a RombaSharp_netcoreapp3.1.zip netcoreapp3.1\*
|
- 7z a RombaSharp_netcoreapp3.1.zip netcoreapp3.1\*
|
||||||
- 7z a RombaSharp_net5.0.zip net5.0\*
|
- 7z a RombaSharp_net5.0.zip net5.0\*
|
||||||
|
|
||||||
|
# testing step
|
||||||
|
test:
|
||||||
|
assemblies:
|
||||||
|
- '**\*.Test.dll'
|
||||||
|
|
||||||
# artifact linking
|
# artifact linking
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: SabreTools\bin\Debug\SabreTools_netcoreapp3.1.zip
|
- path: SabreTools\bin\Debug\SabreTools_netcoreapp3.1.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user