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 427229a commit 95e0ddcCopy full SHA for 95e0ddc
appveyor.yml
@@ -1,14 +1,14 @@
1
environment:
2
- nuget_version: '0.12.0-alpha1'
+ nuget_version: '0.11.1'
3
nuget_prerelease: true
4
- assembly_version: '0.12.0.0'
+ assembly_version: '0.11.0.0'
5
6
image: Visual Studio 2017
7
8
deploy:
9
- provider: GitHub
10
description: |
11
- * add lines here
+ * Fix ArgumentOutOfRangeException thrown when tests are concurrently writing diagnostic output. (#224 - thanks to dannyvincent)
12
13
on:
14
appveyor_repo_tag: true
0 commit comments