Skip to content

Commit da7cff4

Browse files
committed
update for v0.0.1
1 parent 6ed492d commit da7cff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/pwsh
22

3-
dotnet tool install -g AcBlog.Tools.Sdk --add-source https://sparkshine.pkgs.visualstudio.com/StardustDL/_packaging/feed/nuget/v3/index.json
3+
# --add-source https://sparkshine.pkgs.visualstudio.com/StardustDL/_packaging/feed/nuget/v3/index.json
4+
5+
dotnet tool install -g AcBlog.Tools.Sdk --version 0.0.1.2
46
if (!$?) {
57
exit 1
68
}

0 commit comments

Comments
 (0)