Skip to content

Commit

Permalink
re verify
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 23, 2020
1 parent c6e74a2 commit 0dd034c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/build-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use an [on_failure build step](https://www.appveyor.com/docs/build-configuration
on_failure:
- ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
```
<sup><a href='/src/appveyor.yml#L27-L30' title='File snippet `appveyorartifacts` was extracted from'>snippet source</a> | <a href='#snippet-appveyorartifacts' title='Navigate to start of snippet `appveyorartifacts`'>anchor</a></sup>
<sup><a href='/src/appveyor.yml#L19-L22' title='File snippet `appveyorartifacts` was extracted from'>snippet source</a> | <a href='#snippet-appveyorartifacts' title='Navigate to start of snippet `appveyorartifacts`'>anchor</a></sup>
<!-- endSnippet -->

See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts).
Expand Down
3 changes: 1 addition & 2 deletions src/Verify.Tests/Tests.ThrowsAggregate.Net.verified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
Message: 'The Message2'
}
],
Message: 'One or more errors occurred.',
Source: 'Verify.Tests'
Message: 'One or more errors occurred.'
}

0 comments on commit 0dd034c

Please sign in to comment.