Skip to content

Commit 6a8adfc

Browse files
authored
Revert "This commit fixes issue kriasoft#32 (kriasoft#35)"
This reverts commit 9affc4f.
1 parent 47db54c commit 6a8adfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ tasks.set('build', () => {
9191
.then(() => new Promise((resolve, reject) => {
9292
const options = { stdio: ['ignore', 'inherit', 'inherit'] };
9393
const config = global.DEBUG ? 'Debug' : 'Release';
94-
const args = ['publish', 'server', '-o', '../build', '-c', config];
94+
const args = ['publish', 'server', '-o', 'build', '-c', config, '-r', 'coreclr'];
9595
cp.spawn('dotnet', args, options).on('close', code => {
9696
if (code === 0) {
9797
resolve();

0 commit comments

Comments
 (0)