Skip to content

Commit d01d82f

Browse files
committed
custom target testing
1 parent 92087bc commit d01d82f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

buildAll.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ dotnet "../ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build
2222
echo "/target linux (dev-build)"
2323
dotnet "../ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target linux
2424

25+
echo "/target custom win7-x86;win32 (dev-build)"
26+
dotnet "../ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target custom win7-x86;win32
27+
28+
2529
:: Be aware, that for non-electronnet-dev environments the correct
2630
:: invoke command would be dotnet electronize ...
2731

buildAll.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" bui
2727
echo "/target osx (dev-build)"
2828
dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target osx
2929

30+
echo "/target custom win7-x86;win32 (dev-build)"
31+
dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target custom win7-x86;win32
32+
3033
# Be aware, that for non-electronnet-dev environments the correct
3134
# invoke command would be dotnet electronize ...

0 commit comments

Comments
 (0)