Searched full:dotnet (Results 1 – 25 of 190) sorted by relevance
12345678
28 CLR_OPENSSL_VERSION_OVERRIDE=1.1 dotnet restore DistribTestDotNet.csproj30 dotnet build DistribTestDotNet.csproj36 dotnet publish -f net45 DistribTestDotNet.csproj38 # .NET 4.5 target after dotnet build41 # .NET 4.5 target after dotnet publish47 dotnet publish -f netcoreapp2.1 DistribTestDotNet.csproj49 # .NET Core target after dotnet build50 dotnet exec bin/Debug/netcoreapp2.1/DistribTestDotNet.dll52 # .NET Core target after dotnet publish53 dotnet exec bin/Debug/netcoreapp2.1/publish/DistribTestDotNet.dll[all …]
28 dotnet restore DistribTestDotNet.csproj30 dotnet build DistribTestDotNet.csproj36 dotnet publish -f net45 DistribTestDotNet.csproj38 # .NET 4.5 target after dotnet build41 # .NET 4.5 target after dotnet publish47 dotnet publish -f netcoreapp2.1 DistribTestDotNet.csproj49 # .NET Core target after dotnet build50 dotnet exec bin/Debug/netcoreapp2.1/DistribTestDotNet.dll52 # .NET Core target after dotnet publish53 dotnet exec bin/Debug/netcoreapp2.1/publish/DistribTestDotNet.dll[all …]
4 …&& 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.gz12 …&& 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.gz17 # Make sure "dotnet" is on PATH18 RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet[all …]
152 # dotnet module153 "\"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 …]
22 git clone /var/local/jenkins/grpc-dotnet /var/local/git/grpc-dotnet27 cd /var/local/git/grpc-dotnet29 # If needed, update dotnet SDK and put it on path30 ./build/get-dotnet.sh32 # to add dotnet to PATH, but that would only34 # dotnet run from a different shell,37 if [ -f $(pwd)/.dotnet/dotnet ]39 ln -s $(pwd)/.dotnet/dotnet /usr/local/bin/dotnet44 …dotnet build --configuration Debug --output ./output/InteropTestsWebsite testassets/InteropTestsWe…45 …dotnet build --configuration Debug --output ./output/InteropTestsClient testassets/InteropTestsCli…
20 git clone /var/local/jenkins/grpc-dotnet /var/local/git/grpc-dotnet25 cd /var/local/git/grpc-dotnet27 # If needed, update dotnet SDK and put it on path28 ./build/get-dotnet.sh30 # to add dotnet to PATH, but that would only32 # dotnet run from a different shell,35 if [ -f $(pwd)/.dotnet/dotnet ]37 ln -s $(pwd)/.dotnet/dotnet /usr/local/bin/dotnet42 dotnet build --configuration Debug --output ./output/InteropTestsWebsite testassets/InteropTestsWeb…43 dotnet build --configuration Debug --output ./output/InteropTestsClient testassets/InteropTestsClie…
100 …&& 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.gz108 …&& 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.gz113 # Make sure "dotnet" is on PATH114 RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet[all …]
109 …&& 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.gz117 …&& 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.gz122 # Make sure "dotnet" is on PATH123 RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet[all …]
11 [ -f dotnet-install.sh ] || curl -OL https://dot.net/v1/dotnet-install.sh13 ./dotnet-install.sh --version latest --install-dir $TEMP_DOTNET_DIR15 DOTNET=$TEMP_DOTNET_DIR/dotnet17 $DOTNET new sln18 $DOTNET sln add $PROJ_FILE19 $DOTNET restore -r linux-x64 $PROJ_FILE34 $DOTNET new sln35 $DOTNET sln add $CORE_PROJ_FILE36 $DOTNET restore -r linux-x64 $CORE_PROJ_FILE
5 …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 …]
5 …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 …]
5 …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 …]
3 …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 …]
29 # Install dotnet SDK31 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
29 # dotnet SDK prerequisites32 # Install dotnet SDK via install script33 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