Skip to content

Commit 81567c6

Browse files
committed
GH-1610 - GitVersion .Net Core (Preview) Azure DevOps task error
1 parent 1222c51 commit 81567c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitVersionTfsTask/GitVersion.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export class GitVersionTask {
4545
parser.addArgument(
4646
[ '-r', '--runtime'],
4747
{
48-
help: '[mono|netcore]',
49-
defaultValue: 'mono'
48+
help: '[full|netcore]',
49+
defaultValue: 'full'
5050
}
5151
);
5252

@@ -58,7 +58,7 @@ export class GitVersionTask {
5858
toolRunner.arg(gitVersionPath);
5959
break;
6060

61-
case 'mono':
61+
case 'full':
6262
default:
6363
const isWin32 = os.platform() == "win32";
6464
if (isWin32) {

0 commit comments

Comments
 (0)