File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,10 @@ In `Web.config` update the new application keys with the required credentials
160
160
<add key =" AzureBlobFileSystem.UsePrivateContainer:forms" value =" false" />
161
161
```
162
162
163
+ ### Warning
164
+
165
+ The Azure Blob container cannot be called ` forms ` as this will give unexpected behaviour, and we recommend you call it ` form-data ` or similar.
166
+
163
167
## Authors
164
168
165
169
- James Jackson-South
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ artifacts:
55
55
deploy :
56
56
# MyGet Deployment for builds & releases
57
57
- provider : NuGet
58
- server : https://www.myget.org/F/umbracofilesystemproviders-azure /api/v2/package
59
- symbol_server : https://www.myget.org/F/umbracofilesystemproviders-azure /symbols/api/v2/package
58
+ server : https://www.myget.org/F/umbraco-packages /api/v2/package
59
+ symbol_server : https://www.myget.org/F/umbraco-packages /symbols/api/v2/package
60
60
api_key :
61
- secure : fz0rUrt3B1HczUC1ZehwVsrFSWX9WZGDQoueDztLte9/+yQG+BBU7UrO+coE8lUf
61
+ secure : yvlnQEq6tmxGOdbtTuKyAhcdY1GCD98/sG9+Qo7y7SNb89GAbjLXxueOMspkjvUh
62
62
artifact : /.*\.nupkg/
63
63
on :
64
64
branch : develop
You can’t perform that action at this time.
0 commit comments