diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 6c3d72125..32cf436a2 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -332,8 +332,8 @@ stages: - group: DotNet-DotNetCli-Storage steps: - script: eng/CopyToLatest.cmd - /p:DotnetPublishSdkAssetsBlobFeedUrl=https://dotnetcli.blob.core.windows.net/riarenas/index.json + /p:DotnetPublishSdkAssetsBlobFeedUrl=https://dotnetcli.blob.core.windows.net/dotnet/index.json /p:DotNetPublishSdkAssetsBlobFeedKey=$(dotnetcli-storage-key) - /p:DotnetPublishChecksumsBlobFeedUrl=https://dotnetclichecksums.blob.core.windows.net/riarenas/index.json + /p:DotnetPublishChecksumsBlobFeedUrl=https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json /p:DotNetPublishChecksumsBlobFeedKey=$(dotnetclichecksums-storage-key) displayName: Copy to latest