Skip to content

Commit

Permalink
Fix kokoro?
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jan 28, 2021
1 parent 93fafb0 commit 7c383ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.100",
"version": "5.0.102",
"rollForward": "latestMinor"
}
}
1 change: 1 addition & 0 deletions kokoro/linux/dockerfile/test/csharp/Dockerfile
Expand Up @@ -30,6 +30,7 @@ RUN wget -q https://dot.net/v1/dotnet-install.sh && \
chmod u+x dotnet-install.sh && \
./dotnet-install.sh --version 2.1.802 && \
./dotnet-install.sh --version 3.1.301 && \
./dotnet-install.sh --version 5.0.102 && \
ln -s /root/.dotnet/dotnet /usr/local/bin

RUN wget -q www.nuget.org/NuGet.exe -O /usr/local/bin/nuget.exe
Expand Down

0 comments on commit 7c383ba

Please sign in to comment.