Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1a5e00c
Bump version to 7.3.1
martincostello Jan 17, 2022
dfa9040
Change version to 7.2.4
martincostello Jan 17, 2022
ac01478
Add RateLimit benchmarks (#910)
martincostello Jan 17, 2022
9d13eac
Fixed an incorrect exception argument (#915)
FoxTes Feb 3, 2022
9d7d8bc
Upgrade FluentAssertions (#918)
dotnetspark Feb 13, 2022
3cbef2b
Add code coverage (#919)
martincostello Feb 13, 2022
98f7429
Add Visual Studio Code config files
martincostello Feb 13, 2022
c36712e
Bump Cake to v2.0.0 (#921)
eugeneogongo Feb 13, 2022
9f2c129
Tidy up build scripts
martincostello Feb 13, 2022
50b723b
Set executable bit
martincostello Feb 13, 2022
9f8d370
Disable download progress
martincostello Feb 13, 2022
475b7ba
Skip net4xx tests on non-Windows
martincostello Feb 13, 2022
47a2b5d
Drop test target for netcoreapp2.1
martincostello Feb 13, 2022
440955d
Speed up CI
martincostello Feb 13, 2022
28ebb94
Fix NullReferenceException (#923)
FoxTes Feb 14, 2022
e327306
Use file-scoped namespaces
martincostello Dec 16, 2022
053d891
Create .git-blame-ignore-revs
martincostello Dec 16, 2022
80002fe
Revert "expression body members"
martincostello Dec 16, 2022
63b151e
Revert "file scoped namespaces"
martincostello Dec 16, 2022
a792446
Revert "use var"
martincostello Dec 16, 2022
78c9860
Merge branch 'v724-or-v730' into undo-syntax-changes
martincostello Dec 16, 2022
35cf357
Update .git-blame-ignore-revs
martincostello Dec 16, 2022
b08876b
Add GitHub Actions CI
martincostello Dec 16, 2022
6f4d997
Add build matrix
martincostello Dec 16, 2022
1073e82
Remove macOS and Linux
martincostello Dec 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Speed up CI
Speed up CI by setting some additional environment variables.
  • Loading branch information
martincostello committed Feb 13, 2022
commit 440955d27ba38618d83bc7437a892dd64a11b302
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ artifacts:
- path: artifacts\nuget-package\*.snupkg

environment:
# Skip dotnet package caching on build servers
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
DOTNET_NOLOGO: true
NUGET_XMLDOC_MODE: skip