File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments