Skip to content

Commit 78d01a8

Browse files
committed
(build) Revert to previous build target
Integration tests now run on AppVeyor, so seems like things are ready to go.
1 parent a6bef85 commit 78d01a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image: Visual Studio 2019
88
# Build Script #
99
#---------------------------------#
1010
build_script:
11-
- ps: .\build.ps1 -Target Run-Integration-Tests
11+
- ps: .\build.ps1 -Target ContinuousIntegration
1212

1313
#---------------------------------#
1414
# Tests

0 commit comments

Comments
 (0)