Skip to content

Commit 2a02e09

Browse files
committed
2 parents 7e1fadb + 0fab306 commit 2a02e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use a [on_failure build step](https://www.appveyor.com/docs/build-configuration/
2121
on_failure:
2222
- ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
2323
```
24-
<sup><a href='/src/appveyor.yml#L34-L37' title='Snippet source file'>snippet source</a> | <a href='#snippet-appveyorartifacts' title='Start of snippet'>anchor</a></sup>
24+
<sup><a href='/src/appveyor.yml#L33-L36' title='Snippet source file'>snippet source</a> | <a href='#snippet-appveyorartifacts' title='Start of snippet'>anchor</a></sup>
2525
<!-- endSnippet -->
2626
2727
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts).

0 commit comments

Comments
 (0)