Skip to content

Commit 6573d74

Browse files
committed
fixed typo in build.cmd
1 parent 96bdb97 commit 6573d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ dotnet restore
3030
:BUILD_NETSTD
3131
echo.
3232
echo dotnet build
33-
dotnet build --configuration Release --output Release\netstandard1.5 --framework netstandard1.5 src\commandline
33+
dotnet build --configuration Release --output build\netstandard1.5 --framework netstandard1.5 src\commandline

0 commit comments

Comments
 (0)