Skip to content

Commit 6a5dc06

Browse files
1 parent 22a72a5 commit 6a5dc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describe('aspnet-oauth:app', () => {
188188
let build;
189189

190190
if (process.platform === 'win32') {
191-
build = spawnSync('build.cmd', ['-test', '-pack', '-configuration', configuration], { cwd: tempDir });
191+
build = spawnSync('build.cmd', ['-test', '-pack', '-configuration', configuration], { cwd: tempDir, shell: true });
192192
} else {
193193
build = spawnSync('./build.sh', ['--test', '--pack', '--configuration', configuration], { cwd: tempDir });
194194
}

0 commit comments

Comments
 (0)