Skip to content

Commit c27bd6f

Browse files
suhsteveimback82
andauthored
Update dotnet-try feed for install-interactive-notebook.sh (#808) (#995)
Co-authored-by: Terry Kim <yuminkim@gmail.com>
1 parent 0816bb3 commit c27bd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/HDI-Spark/Notebooks/install-interactive-notebook.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ else
5757
sudo apt-get -yq install dotnet-sdk-3.1
5858

5959
sudo dotnet tool uninstall dotnet-try --tool-path /usr/share/dotnet-tools || true
60-
sudo dotnet tool install dotnet-try --add-source https://dotnet.myget.org/F/dotnet-try/api/v3/index.json --tool-path /usr/share/dotnet-tools --version 1.0.19473.13
60+
sudo dotnet tool install dotnet-try --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json --tool-path /usr/share/dotnet-tools --version 1.0.19473.13
6161

6262
# copy .NET for Apache Spark jar to SPARK's jar folder
6363
sudo mkdir -p /tmp/temp_jar

0 commit comments

Comments
 (0)