Skip to content

Commit

Permalink
Added a tool to update files content type on azure storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
couellet committed Feb 16, 2016
1 parent d4abffb commit a62d659
Show file tree
Hide file tree
Showing 57 changed files with 140,114 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ deploy:
unzip: true
on:
branch: staging

after_deploy:
- cd %APPVEYOR_BUILD_FOLDER%\tools\AzureStorageContentTypeUpdater
- AzureStorageContentTypeUpdater.exe -a snipcartcdndev -k %AZURE_STORAGE_ACCESS_KEY_STAGING% --lowercase true
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Binary file not shown.
1,896 changes: 1,896 additions & 0 deletions tools/AzureStorageContentTypeUpdater/FluentCommandLineParser.xml

Large diffs are not rendered by default.

Binary file not shown.
11,523 changes: 11,523 additions & 0 deletions tools/AzureStorageContentTypeUpdater/Microsoft.Data.Edm.xml

Large diffs are not rendered by default.

Binary file not shown.
55,557 changes: 55,557 additions & 0 deletions tools/AzureStorageContentTypeUpdater/Microsoft.Data.OData.xml

Large diffs are not rendered by default.

Binary file not shown.
22,293 changes: 22,293 additions & 0 deletions tools/AzureStorageContentTypeUpdater/Microsoft.Data.Services.Client.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
33,488 changes: 33,488 additions & 0 deletions tools/AzureStorageContentTypeUpdater/Microsoft.WindowsAzure.Storage.xml

Large diffs are not rendered by default.

Binary file not shown.
8,380 changes: 8,380 additions & 0 deletions tools/AzureStorageContentTypeUpdater/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file not shown.
6,950 changes: 6,950 additions & 0 deletions tools/AzureStorageContentTypeUpdater/System.Spatial.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a62d659

Please sign in to comment.