Skip to content

Commit 4d6801a

Browse files
committed
amend me
try locate electron artifact
1 parent bc384ae commit 4d6801a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

appveyor.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,25 @@ for:
3939
only:
4040
- image: Visual Studio 2019
4141
before_build:
42+
- node -v
43+
- npm install npm@latest -g
44+
- npm install -g n
45+
- n stable
46+
- node -v
4247
- npm i -g electron-packager@14.1.1
43-
- dotnet restore ElectronNetAngular.sln
48+
- dotnet tool install -g ElectronNET.CLI --version 0.0.10
4449
- cd DevActivator
4550
- npm ci
4651
- cd ..
47-
- dotnet tool install -g ElectronNET.CLI --version 0.0.10
52+
- dotnet restore ElectronNetAngular.sln
4853
build_script:
4954
- dotnet build ElectronNetAngular.sln
5055
- electronize build /target win
51-
- dir devactivator\bin\desktop
56+
- cd %APPVEYOR_BUILD_FOLDER%\obj\desktop\win
57+
- electron-packager . --platform=win32 --arch=x64 --out="%APPVEYOR_BUILD_FOLDER%\DevActivator\bin\desktop" --overwrite --electron-version=4.0.0
58+
- dir %APPVEYOR_BUILD_FOLDER%\DevActivator
59+
- dir %APPVEYOR_BUILD_FOLDER%\DevActivator\bin
60+
- dir %APPVEYOR_BUILD_FOLDER%\DevActivator\bin\desktop
5261
test: off
5362
-
5463
matrix:

0 commit comments

Comments
 (0)