File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ strategy:
1717 mac-node-latest :
1818 imageName : ' macos-latest'
1919 nodeVersion : ' >=12.x'
20- windows-node8 :
20+ windows-node10 :
2121 imageName : ' windows-latest'
2222 nodeVersion : ' 10.x'
2323 windows-node-latest :
@@ -40,7 +40,7 @@ schedules:
4040
4141steps :
4242 # Needed to avoid issues with Prettier
43- - script : git config --global core.autocrlf false
43+ - bash : git config --global core.autocrlf false
4444 displayName : Disable git automatic line ending conversion
4545
4646- checkout : self
@@ -50,13 +50,14 @@ steps:
5050 versionSpec : $(nodeVersion)
5151 displayName : Install Node.js
5252
53- - script : |
53+ - bash : |
54+ chmod +x scripts/test.sh
55+ chmod +x bin/create-ngx
5456 npm install
5557 npm link
5658 displayName : Install dependencies
5759
5860- bash : |
59- chmod +x scripts/test.sh
6061 npm run lint
6162 bash -c "scripts/test.sh"
6263 displayName : Run unit tests
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ echo ---------------------------------------------------------------------------
2828echo
2929
3030prepare
31- npx create-ngx --no-analytics --no-insights --automate " $CWD /scripts/tests/app.json" " $TEST_APP_NAME " --skip-install
31+ create-ngx --no-analytics --no-insights --automate " $CWD /scripts/tests/app.json" " $TEST_APP_NAME " --skip-install
3232
3333echo
3434echo -------------------------------------------------------------------------------
@@ -37,7 +37,7 @@ echo ---------------------------------------------------------------------------
3737echo
3838
3939prepare
40- npx create-ngx --no-analytics --no-insights --automate " $CWD /scripts/tests/app.json" " $TEST_APP_NAME " --addons addon-firebase --skip-install
40+ create-ngx --no-analytics --no-insights --automate " $CWD /scripts/tests/app.json" " $TEST_APP_NAME " --addons addon-firebase --skip-install
4141
4242echo
4343echo -------------------------------------------------------------------------------
@@ -46,6 +46,6 @@ echo ---------------------------------------------------------------------------
4646echo
4747
4848prepare
49- npx create-ngx --no-analytics --no-insights --automate " $CWD /scripts/tests/app.json" " $TEST_APP_NAME " --addons https://github.com/ngx-rocket/addon-firebase.git --skip-install
49+ create-ngx --no-analytics --no-insights --automate " $CWD /scripts/tests/app.json" " $TEST_APP_NAME " --addons https://github.com/ngx-rocket/addon-firebase.git --skip-install
5050
5151cleanup
You can’t perform that action at this time.
0 commit comments