Skip to content

Commit 9d983b3

Browse files
authored
Update to new CI pkg domain
1 parent 2c257bb commit 9d983b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VisualStudio/Docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A global tool for running, managing and querying Visual Studio installations
66
[![Downloads](https://img.shields.io/nuget/dt/dotnet-vs.svg?color=darkmagenta)](https://www.nuget.org/packages/dotnet-vs)
77
[![License](https://img.shields.io/github/license/devlooped/dotnet-vs.svg?color=blue)](https://github.com/devlooped/dotnet-vs/blob/master/license.txt)
88
[![CI Status](https://github.com/devlooped/dotnet-vs/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/dotnet-vs/actions?query=branch%3Amain+workflow%3Abuild+)
9-
[![CI Version](https://img.shields.io/endpoint?label=nuget.ci&color=brightgreen&url=https://shields.kzu.io/vpre/dotnet-vs/main)](https://pkg.kzu.io/index.json)
9+
[![CI Version](https://img.shields.io/endpoint?label=nuget.ci&color=brightgreen&url=https://shields.kzu.app/vpre/dotnet-vs/main)](https://pkg.kzu.app/index.json)
1010

1111
Installing or updating (same command for both):
1212

@@ -17,7 +17,7 @@ dotnet tool update -g dotnet-vs
1717
To get the CI version:
1818

1919
```
20-
dotnet tool update -g dotnet-vs --no-cache --add-source https://pkg.kzu.io/index.json
20+
dotnet tool update -g dotnet-vs --no-cache --add-source https://pkg.kzu.app/index.json
2121
```
2222

2323
Command line parsing is done with [Mono.Options](https://www.nuget.org/packages/mono.options) so

0 commit comments

Comments
 (0)