We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm testing the latest release locally right now.
When I use the standard command below during testing using PolyDeploy 0.9.3 and DNN 9.6.2 I get an exception.
DeployClient.exe --target-uri https://polydeploy1.loc/ --api-key 836FBBF86DD54D8A965DB25CE6842301 --encryption-key ABF15F9AFA5E4560B751C2B8EC497783
This appears to be the offending line of code, maybe. But I can't debug it because of Issue #74
string json = await client.GetStringAsync(endpoint);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm testing the latest release locally right now.
When I use the standard command below during testing using PolyDeploy 0.9.3 and DNN 9.6.2 I get an exception.
This appears to be the offending line of code, maybe. But I can't debug it because of Issue #74
The text was updated successfully, but these errors were encountered: