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 6dbb761 commit f29753fCopy full SHA for f29753f
appveyor.yml
@@ -101,7 +101,7 @@ test_script:
101
Start-Sleep -Seconds 1
102
}
103
104
- if (isAllowedFileFormatUpdated -eq $false) {throw (New-Object System.Exception("Failed to update the AllowedResourceExtensionsForUpload") }
+ if ($isAllowedFileFormatUpdated -eq $false) {throw (New-Object System.Exception("Failed to update the AllowedResourceExtensionsForUpload") }
105
106
107
# Integration test section
0 commit comments