We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed492d commit da7cff4Copy full SHA for da7cff4
main.ps1
@@ -1,6 +1,8 @@
1
#!/bin/pwsh
2
3
-dotnet tool install -g AcBlog.Tools.Sdk --add-source https://sparkshine.pkgs.visualstudio.com/StardustDL/_packaging/feed/nuget/v3/index.json
+# --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
6
if (!$?) {
7
exit 1
8
}
0 commit comments