Skip to content
Snippets Groups Projects
Commit 4312f61a authored by Recolic K's avatar Recolic K
Browse files

bug fix

parent 6e51507f
No related branches found
No related tags found
No related merge requests found
Pipeline #868 passed with stage
in 3 minutes and 35 seconds
......@@ -169,7 +169,7 @@ func downloadPackage(packageName, pkgVer, localRepoDir string, indexJsons []stri
// This function was designed to download dependencies.
func decidePackageVersionRange(packageName, frameworkVersion string, indexJsons []string) (pkgVerBegin, pkgVerEnd string) {
// Generated by curl-to-Go: https://mholt.github.io/curl-to-go
// curl -u bensl:xbwejuparq4ighqs4pjq6bqjqmxpzghhtqshql2uy3woi73ew6iq https://o365exchange.pkgs.visualstudio.com/959adb23-f323-4d52-8203-ff34e5cbeefa/_packaging/aacaa93f-61ac-420c-8b20-c17c5d2b52f1/nuget/v3/registrations2-semver2/microsoft.azure.kusto.cloud.platform/index.json
// curl -u bensl:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx https://o365exchange.pkgs.visualstudio.com/959adb23-f323-4d52-8203-ff34e5cbeefa/_packaging/aacaa93f-61ac-420c-8b20-c17c5d2b52f1/nuget/v3/registrations2-semver2/microsoft.azure.kusto.cloud.platform/index.json
return "1.1.1", "8.8.8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment