We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f990c commit 6dbb761Copy full SHA for 6dbb761
appveyor.yml
@@ -96,7 +96,7 @@ test_script:
96
$isAllowedFileFormatUpdated = $true;
97
Invoke-RestMethod -Uri "http://localhost/reports/api/v1.0/ReportServerInfo/Model.UpdateSettings" -Method POST -UseDefaultCredentials -ContentType 'application/json' -Body $stringNewRequest
98
}
99
- catch (){
+ catch{
100
$isAllowedFileFormatUpdated = $false
101
Start-Sleep -Seconds 1
102
0 commit comments