Skip to content

Commit

Permalink
Remove appveyor files and fix caching test for different locales #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ting-Yu Lin committed Jan 30, 2020
1 parent 02cb304 commit 6d55b38
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
deploy:
needs: build
name: Deploy Packages
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Download Package artifact
uses: actions/download-artifact@master
Expand Down
2 changes: 1 addition & 1 deletion Agoda.Frameworks.DB/SpParameter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static string CreateCacheKey(this SpParameter[] parameters, string spName
}

return parameters?
.OrderBy(x => x.Name)
.OrderBy(x => x.Name, StringComparer.OrdinalIgnoreCase)
.Aggregate(
$"{dbPrefix}{spName}:",
(seed, pair) =>
Expand Down
23 changes: 0 additions & 23 deletions appveyor.yml

This file was deleted.

115 changes: 0 additions & 115 deletions tools/publish.ps1

This file was deleted.

0 comments on commit 6d55b38

Please sign in to comment.