Home
last modified time | relevance | path

Searched full:dotnet (Results 1 – 25 of 215) sorted by relevance

123456789

/aosp_15_r20/external/grpc-grpc/test/distrib/csharp/
H A Drun_distrib_test_dotnetcli.sh28 CLR_OPENSSL_VERSION_OVERRIDE=1.1 dotnet restore DistribTestDotNet.csproj
30 dotnet build DistribTestDotNet.csproj
36 dotnet publish -f net45 DistribTestDotNet.csproj
38 # .NET 4.5 target after dotnet build
41 # .NET 4.5 target after dotnet publish
47 dotnet publish -f netcoreapp2.1 DistribTestDotNet.csproj
49 # .NET Core target after dotnet build
50 dotnet exec bin/Debug/netcoreapp2.1/DistribTestDotNet.dll
52 # .NET Core target after dotnet publish
53 dotnet exec bin/Debug/netcoreapp2.1/publish/DistribTestDotNet.dll
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/csharp/
Drun_distrib_test_dotnetcli.sh28 dotnet restore DistribTestDotNet.csproj
30 dotnet build DistribTestDotNet.csproj
36 dotnet publish -f net45 DistribTestDotNet.csproj
38 # .NET 4.5 target after dotnet build
41 # .NET 4.5 target after dotnet publish
47 dotnet publish -f netcoreapp2.1 DistribTestDotNet.csproj
49 # .NET Core target after dotnet build
50 dotnet exec bin/Debug/netcoreapp2.1/DistribTestDotNet.dll
52 # .NET Core target after dotnet publish
53 dotnet exec bin/Debug/netcoreapp2.1/publish/DistribTestDotNet.dll
[all …]
/aosp_15_r20/external/grpc-grpc/templates/tools/dockerfile/
H A Dcsharp_dotnetcli_deps.include4 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
5 && mkdir -p /usr/share/dotnet ${'\\'}
6 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet ${'\\'}
7 && rm dotnet.tar.gz
12 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
13 && mkdir -p /usr/share/dotnet ${'\\'}
14 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet ${'\\'}
15 && rm dotnet.tar.gz
17 # Make sure "dotnet" is on PATH
18 RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
[all …]
/aosp_15_r20/external/AFLplusplus/dictionaries/
H A Dyara.dict152 # dotnet module
153 "\"dotnet\""
154 "dotnet.version"
155 "dotnet.module_name"
156 "dotnet.number_of_streams"
157 "dotnet.streams"
158 "dotnet.number_of_guid"
159 "dotnet.guids"
160 "dotnet.number_of_resources"
161 "dotnet.resources"
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_x64/
H A DDockerfile109 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
110 && mkdir -p /usr/share/dotnet \
111 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet \
112 && rm dotnet.tar.gz
117 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
118 && mkdir -p /usr/share/dotnet \
119 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet \
120 && rm dotnet.tar.gz
122 # Make sure "dotnet" is on PATH
123 RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile100 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
101 && mkdir -p /usr/share/dotnet \
102 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet \
103 && rm dotnet.tar.gz
108 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
109 && mkdir -p /usr/share/dotnet \
110 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet \
111 && rm dotnet.tar.gz
113 # Make sure "dotnet" is on PATH
114 RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile100 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
101 && mkdir -p /usr/share/dotnet \
102 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet \
103 && rm dotnet.tar.gz
108 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
109 && mkdir -p /usr/share/dotnet \
110 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet \
111 && rm dotnet.tar.gz
113 # Make sure "dotnet" is on PATH
114 RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_arm64/
H A DDockerfile109 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
110 && mkdir -p /usr/share/dotnet \
111 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet \
112 && rm dotnet.tar.gz
117 …&& curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_DOWNLOAD_…
118 && mkdir -p /usr/share/dotnet \
119 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet \
120 && rm dotnet.tar.gz
122 # Make sure "dotnet" is on PATH
123 RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_aspnetcore/
H A Dbuild_interop.sh20 git clone /var/local/jenkins/grpc-dotnet /var/local/git/grpc-dotnet
25 cd /var/local/git/grpc-dotnet
27 # If needed, update dotnet SDK and put it on path
28 ./build/get-dotnet.sh
30 # to add dotnet to PATH, but that would only
32 # dotnet run from a different shell,
35 if [ -f $(pwd)/.dotnet/dotnet ]
37 ln -s $(pwd)/.dotnet/dotnet /usr/local/bin/dotnet
42 dotnet build --configuration Debug --output ./output/InteropTestsWebsite testassets/InteropTestsWeb…
43 dotnet build --configuration Debug --output ./output/InteropTestsClient testassets/InteropTestsClie…
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_aspnetcore/
Dbuild_interop.sh20 git clone /var/local/jenkins/grpc-dotnet /var/local/git/grpc-dotnet
25 cd /var/local/git/grpc-dotnet
27 # If needed, update dotnet SDK and put it on path
28 ./build/get-dotnet.sh
30 # to add dotnet to PATH, but that would only
32 # dotnet run from a different shell,
35 if [ -f $(pwd)/.dotnet/dotnet ]
37 ln -s $(pwd)/.dotnet/dotnet /usr/local/bin/dotnet
42 dotnet build --configuration Debug --output ./output/InteropTestsWebsite testassets/InteropTestsWeb…
43 dotnet build --configuration Debug --output ./output/InteropTestsClient testassets/InteropTestsClie…
/aosp_15_r20/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_aspnetcore/
H A Dbuild_interop.sh.template22 git clone /var/local/jenkins/grpc-dotnet /var/local/git/grpc-dotnet
27 cd /var/local/git/grpc-dotnet
29 # If needed, update dotnet SDK and put it on path
30 ./build/get-dotnet.sh
32 # to add dotnet to PATH, but that would only
34 # dotnet run from a different shell,
37 if [ -f $(pwd)/.dotnet/dotnet ]
39 ln -s $(pwd)/.dotnet/dotnet /usr/local/bin/dotnet
44dotnet build --configuration Debug --output ./output/InteropTestsWebsite testassets/InteropTestsWe…
45dotnet build --configuration Debug --output ./output/InteropTestsClient testassets/InteropTestsCli…
/aosp_15_r20/external/grpc-grpc/tools/interop_matrix/testcases/
H A Dcsharpcoreclr__master5 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
13 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
14 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
H A Dcsharpcoreclr__v1.20.05 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
13 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
14 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
H A Dcsharpcoreclr__v1.18.05 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
13 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
14 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
H A Dcsharpcoreclr__v1.3.93 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
4 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
5 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
H A Dcsharpcoreclr__v1.1.43 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
4 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
5 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/interop_matrix/testcases/
Dcsharpcoreclr__master5 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
13 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
14 …Testing.Client/bin/Debug/netcoreapp3.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
Dcsharpcoreclr__v1.18.05 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
13 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
14 …Testing.Client/bin/Debug/netcoreapp1.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
Dcsharpcoreclr__v1.20.05 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
13 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
14 …Testing.Client/bin/Debug/netcoreapp2.1 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
Dcsharpcoreclr__v1.3.93 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
4 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
5 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
Dcsharpcoreclr__v1.1.43 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
4 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
5 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
6 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
7 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
8 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
9 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
10 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
11 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
12 …Testing.Client/bin/Debug/netcoreapp1.0 --net=host $docker_image bash -c "dotnet exec Grpc.Integrat…
[all …]
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DNetTest.sh11 [ -f dotnet-install.sh ] || curl -OL https://dot.net/v1/dotnet-install.sh
13 ./dotnet-install.sh --version latest --install-dir $TEMP_DOTNET_DIR
15 DOTNET=$TEMP_DOTNET_DIR/dotnet
17 $DOTNET new sln
18 $DOTNET sln add $PROJ_FILE
19 $DOTNET restore -r linux-x64 $PROJ_FILE
34 $DOTNET new sln
35 $DOTNET sln add $CORE_PROJ_FILE
36 $DOTNET restore -r linux-x64 $CORE_PROJ_FILE
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/csharp_ubuntu1604_x64/
DDockerfile29 # Install dotnet SDK
31 RUN curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_SDK_VERSI…
32 && mkdir -p /usr/share/dotnet \
33 && tar -zxf dotnet.tar.gz -C /usr/share/dotnet \
34 && rm dotnet.tar.gz \
35 && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
/aosp_15_r20/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/csharp/
H A DDockerfile29 # dotnet SDK prerequisites
32 # Install dotnet SDK via install script
33 RUN wget -q https://dot.net/v1/dotnet-install.sh && \
34 chmod u+x dotnet-install.sh && \
35 ./dotnet-install.sh --version 3.1.415 && \
36 ./dotnet-install.sh --version 6.0.100 && \
37 ln -s /root/.dotnet/dotnet /usr/local/bin
/aosp_15_r20/external/protobuf/kokoro/linux/dockerfile/test/csharp/
H A DDockerfile29 # dotnet SDK prerequisites
32 # Install dotnet SDK via install script
33 RUN wget -q https://dot.net/v1/dotnet-install.sh && \
34 chmod u+x dotnet-install.sh && \
35 ./dotnet-install.sh --version 3.1.415 && \
36 ./dotnet-install.sh --version 6.0.100 && \
37 ln -s /root/.dotnet/dotnet /usr/local/bin

123456789