aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_csharp_coreclr.bat
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-08 16:21:16 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-08 16:21:39 +0200
commit1f7ce19d63410a453d276ea4c2b829c4e9e4968b (patch)
treeb236b6dd840b16be639eee88af9f67f7e3865d5e /tools/run_tests/build_csharp_coreclr.bat
parent08ac1d4b5a93c9ff14ee37de6c35b6b729ccffec (diff)
update path to C# test build by dotnet cli
Diffstat (limited to 'tools/run_tests/build_csharp_coreclr.bat')
-rw-r--r--tools/run_tests/build_csharp_coreclr.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_csharp_coreclr.bat b/tools/run_tests/build_csharp_coreclr.bat
index cead6d0e02..b6e3ccbd2b 100644
--- a/tools/run_tests/build_csharp_coreclr.bat
+++ b/tools/run_tests/build_csharp_coreclr.bat
@@ -33,7 +33,7 @@ cd /d %~dp0\..\..\src\csharp
dotnet restore . || goto :error
-dotnet build -f netstandard1.5 --configuration %MSBUILD_CONFIG% "**/project.json" || goto :error
+dotnet build --configuration %MSBUILD_CONFIG% "**/project.json" || goto :error
endlocal