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 791cff5 commit 0691203Copy full SHA for 0691203
1 file changed
Build/PipeScript.ExamplesShouldWork.build.ps1
@@ -15,6 +15,7 @@
15
# If the pattern is found, then the script will run.
16
# If the pattern is not found, then the script will not run (and this will be written as a warning and noted in the build summary)
17
)]
18
+[Reflection.AssemblyMetadata("Order",1kb)]
19
param(
20
# The name of the module containing examples
21
$ModuleName = 'PipeScript'
0 commit comments