|
|
@ -62,7 +62,7 @@ jobs: |
|
|
|
image: mcr.microsoft.com/dotnet/sdk:6.0.100-bullseye-slim |
|
|
|
image: mcr.microsoft.com/dotnet/sdk:6.0.100-bullseye-slim |
|
|
|
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }} |
|
|
|
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }} |
|
|
|
command: >- |
|
|
|
command: >- |
|
|
|
/bin/bash -c ' |
|
|
|
/bin/bash -cex ' |
|
|
|
DOTNET_CLI_TELEMETRY_OPTOUT=true |
|
|
|
DOTNET_CLI_TELEMETRY_OPTOUT=true |
|
|
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true |
|
|
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true |
|
|
|
dotnet publish -c Release -f net60 /workspace/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj' |
|
|
|
dotnet publish -c Release -f net60 /workspace/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj' |
|
|
@ -80,7 +80,7 @@ jobs: |
|
|
|
skip-staleness-check: true |
|
|
|
skip-staleness-check: true |
|
|
|
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }} |
|
|
|
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }} |
|
|
|
command: >- |
|
|
|
command: >- |
|
|
|
/bin/bash -c ' |
|
|
|
/bin/bash -cex ' |
|
|
|
DOTNET_CLI_TELEMETRY_OPTOUT=true |
|
|
|
DOTNET_CLI_TELEMETRY_OPTOUT=true |
|
|
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true |
|
|
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true |
|
|
|
dotnet vstest /workspace/csharp/src/Google.Protobuf.Test/bin/Release/net60/publish/Google.Protobuf.Test.dll' |
|
|
|
dotnet vstest /workspace/csharp/src/Google.Protobuf.Test/bin/Release/net60/publish/Google.Protobuf.Test.dll' |
|
|
|