Skip to content

Commit 038fc11

Browse files
committed
Mark build.ps1 as requiring PS 3
Former-commit-id: a87df8a462468199cafb1d848d44063084f6430e
1 parent 0f8cfb8 commit 038fc11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#requires -Version 3
2+
13
param(
24
[ValidateSet("vs2012", "vs2013", "vs2015", "nupkg", "nupkg-only")]
35
[Parameter(Position = 0)]

0 commit comments

Comments
 (0)