Skip to content

Commit 8c91c17

Browse files
committed
remove cd in sh
1 parent 652cc60 commit 8c91c17

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

buildAll.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ echo "Restore & Build WebApp Demo"
1313
cd ElectronNet.WebApp
1414
dotnet restore
1515
dotnet build
16+
1617
echo "Invoke electronize build in WebApp Demo"
1718

1819
echo "-- win (dev-build)"

buildAll.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ echo "Restore & Build WebApp Demo"
1616
cd $dir/ElectronNET.WebApp
1717
dotnet restore
1818
dotnet build
19-
cd ..
2019

2120
echo "Invoke electronize build in WebApp Demo"
2221
echo "-- win (dev-build)"
23-
cd $dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/
24-
ls
25-
dotnet "dotnet-electronize.dll" build win
22+
dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build win
2623

2724
echo "-- linux (dev-build)"
2825
dotnet "$dir/ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build linux

0 commit comments

Comments
 (0)