This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ artifacts:
28
28
# - build.cmd verify
29
29
clone_depth : 1
30
30
test_script :
31
- - dotnet restore ./src
32
- - npm install -g selenium-standalone
33
- - selenium-standalone install
31
+ # - dotnet restore ./src
32
+ # - npm install -g selenium-standalone
33
+ # - selenium-standalone install
34
34
# The nosys flag is needed for selenium to work on Appveyor
35
- - ps : Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
36
- - ps : Push-Location
37
- - cd test
38
- - npm install
39
- - npm test
35
+ # - ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
36
+ # - ps: Push-Location
37
+ # - cd test
38
+ # - npm install
39
+ # - npm test
40
40
on_finish :
41
- - ps : Pop-Location
41
+ # - ps: Pop-Location
42
42
# After running tests, upload results to Appveyor
43
- - ps : (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
43
+ # - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
44
44
deploy : off
You can’t perform that action at this time.
0 commit comments