Skip to content

Commit cd85ce7

Browse files
committed
fixed comment syntax in publish.cmd
1 parent 184e285 commit cd85ce7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

publish.cmd

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#dotnet --list-runtimes
2-
#dotnet list package
3-
#dotnet list package --outdated
4-
#dotnet add package YoutubeExplode
5-
#dotnet add package CommandLineParser
6-
#dotnet add package lifti.core
7-
#dotnet add package AngleSharp
8-
#dotnet add package System.Threading.Channels
1+
:: dotnet --list-runtimes
2+
:: dotnet list package
3+
:: dotnet list package --outdated
4+
:: dotnet add package YoutubeExplode
5+
:: dotnet add package CommandLineParser
6+
:: dotnet add package lifti.core
7+
:: dotnet add package AngleSharp
8+
:: dotnet add package System.Threading.Channels
99
dotnet publish --configuration release

0 commit comments

Comments
 (0)