Searched full:dotnet (Results 1 – 25 of 40) sorted by relevance
12
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
11 dotnet new sln --force --name %CORE_FILE%12 dotnet sln %CORE_SLN_FILE% add %CORE_PROJ_FILE%13 dotnet build -c Release -o %TEMP_BIN% -v quiet %CORE_PROJ_FILE%
10 [ -f dotnet-intall.sh ] && rm dotnet-install.sh
1 dotnet-install.sh
25 # dotnet SDK prerequisites28 # Install dotnet SDK via install script29 RUN wget -q https://dot.net/v1/dotnet-install.sh && \30 chmod u+x dotnet-install.sh && \31 ./dotnet-install.sh --version 2.1.802 && \32 ./dotnet-install.sh --version 3.1.301 && \33 ln -s /root/.dotnet/dotnet /usr/local/bin
2 # Install dotnet SDK using the official dotnet-install.ps1 script10 $InstallScriptUrl = 'https://dot.net/v1/dotnet-install.ps1'11 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1'
9 dotnet restore $SRC/Google.Protobuf.sln10 dotnet build -c $CONFIG $SRC/Google.Protobuf.sln17 dotnet test -c $CONFIG -f netcoreapp2.1 $SRC/Google.Protobuf.Test/Google.Protobuf.Test.csproj
3 dotnet restore src/Google.Protobuf.sln4 dotnet pack -c Release src/Google.Protobuf.sln || goto :error
3 dotnet build src/Google.Protobuf.sln || goto :error7 dotnet test src/Google.Protobuf.Test/Google.Protobuf.Test.csproj || goto :error
54 run using the Visual Studio Test Explorer or `dotnet test`.
37 dotnet restore38 dotnet build -c %configuration% || goto error41 dotnet test -c %configuration% -f netcoreapp2.1 Google.Protobuf.Test\Google.Protobuf.Test.csproj ||…42 dotnet test -c %configuration% -f net451 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto e…
127 # Disable some unwanted dotnet options133 # Perform "dotnet new" once to get the setup preprocessing out of the141 (cd dotnettmp; dotnet new > /dev/null)
21 dotnet restore src/Google.Protobuf/Google.Protobuf.csproj22 dotnet restore src/Google.Protobuf.Test/Google.Protobuf.Test.csproj23 dotnet build -c Release src/Google.Protobuf/Google.Protobuf.csproj24 dotnet build -c Release src/Google.Protobuf.Test/Google.Protobuf.Test.csproj25 dotnet run -c Release -f netcoreapp2.1 -p src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
6 @rem Install dotnet SDK8 set PATH=%LOCALAPPDATA%\Microsoft\dotnet;%PATH%10 @rem Disable some unwanted dotnet options
75 - "dotnet new sln"76 - "dotnet sln add FlatBuffers.Test.csproj"
28 sudo rm -rf /usr/share/dotnet
48 sudo rm -rf /usr/share/dotnet
33 [.NET Core SDK](https://dotnet.microsoft.com/download) by adding the `-f`37 dotnet build -f netstandard2.0 "FlatBuffers.csproj"45 …dotnet build -f netstandard2.1 -p:ENABLE_SPAN_T=true -p:UNSAFE_BYTEBUFFER=true "FlatBuffers.csproj"
87 | .NET (pure C# impl.) | [grpc-dotnet](https://github.com/grpc/grpc-dotnet) |
21 <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
17 <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
22 <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
71 [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet), which222 $ dotnet run -c Release
39 // typical usage: dotnet run -c Release -f netcoreapp2.1