Skip to content

Commit f202ec6

Browse files
author
James Brundage
committed
fix: Running Examples Should Work before most things
1 parent 5d633f5 commit f202ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/PipeScript.ExamplesShouldWork.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Order impacts the order in which commands run. A lower order will run sooner, a higher order will run later.
2020
# The default order is 0.
2121
"Order",
22-
1kb # by indicating an Order of 1kb, we are really saying "run later than most things"
22+
-1kb # by indicating an Order of -1kb, we are really saying "run before most things"
2323
)]
2424
param(
2525
# The name of the module containing examples

0 commit comments

Comments
 (0)