Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
67fee073
Commit
67fee073
authored
Mar 12, 2019
by
Jan Tattermusch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C#: set some dotnet options when testing
parent
753daae0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
build_nuget.bat
kokoro/release/csharp/windows/build_nuget.bat
+4
-0
build.bat
kokoro/windows/csharp/build.bat
+4
-0
tests.sh
tests.sh
+6
-0
No files found.
kokoro/release/csharp/windows/build_nuget.bat
View file @
67fee073
...
...
@@ -7,4 +7,8 @@ cd csharp
powershell -File install_dotnet_sdk.ps1
set PATH=%LOCALAPPDATA%\Microsoft\dotnet;%PATH%
@rem Disable some unwanted dotnet options
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
set DOTNET_CLI_TELEMETRY_OPTOUT=true
call build_packages.bat
kokoro/windows/csharp/build.bat
View file @
67fee073
...
...
@@ -7,4 +7,8 @@ cd csharp
powershell -File install_dotnet_sdk.ps1
set PATH=%LOCALAPPDATA%\Microsoft\dotnet;%PATH%
@rem Disable some unwanted dotnet options
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
set DOTNET_CLI_TELEMETRY_OPTOUT=true
call buildall.bat
tests.sh
View file @
67fee073
...
...
@@ -117,6 +117,12 @@ build_csharp() {
internal_build_cpp
NUGET
=
/usr/local/bin/nuget.exe
# Disable some unwanted dotnet options
export
DOTNET_SKIP_FIRST_TIME_EXPERIENCE
=
true
export
DOTNET_CLI_TELEMETRY_OPTOUT
=
true
# TODO(jtattermusch): is this still needed with "first time experience"
# disabled?
# Perform "dotnet new" once to get the setup preprocessing out of the
# way. That spews a lot of output (including backspaces) into logs
# otherwise, and can cause problems. It doesn't matter if this step
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment