Skip to content

Commit

Permalink
update for v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustDL committed Jul 9, 2020
1 parent 6ed492d commit da7cff4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/pwsh

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

dotnet tool install -g AcBlog.Tools.Sdk --version 0.0.1.2
if (!$?) {
exit 1
}
Expand Down

0 comments on commit da7cff4

Please sign in to comment.