Add NuGet building scripts.

This commit is contained in:
2017-07-09 23:46:46 +02:00
parent 044f026365
commit 53c352318b
7 changed files with 94 additions and 36 deletions

View File

@@ -13,6 +13,7 @@ namespace UrlCompressor.Tests
TestUrl("https://twitter.com");
TestUrl("https://twitter.com/Kableado");
TestUrl("https://github.com/Kableado");
TestUrl("https://varstudio.net");
Console.Read();
}