Skip to content

Commit 21942e8

Browse files
committed
Disable tests
Theyre going to fail anyway when the HAL changes get added.
1 parent 3bd15ad commit 21942e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ configuration: AppVeyor
44
pull_requests:
55
do_not_increment_build_number: true
66
skip_branch_with_pr: true
7-
branches:
8-
only:
7+
branches:
8+
only:
99
- master
1010
nuget:
1111
disable_publish_on_pr: true
@@ -15,8 +15,8 @@ build_script:
1515
test_script:
1616
- ps: >-
1717
18-
./assemble.ps1 -test
19-
18+
./assemble.ps1 -build
19+
2020
If (($env:APPVEYOR_REPO_BRANCH -eq "master") -and (!$env:APPVEYOR_PULL_REQUEST_NUMBER)) {
2121
2222
./nuget install EWSoftware.SHFB -Version 2016.9.17 -o sbpackages

0 commit comments

Comments
 (0)