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 0f8cfb8 commit 038fc11Copy full SHA for 038fc11
build.ps1
@@ -1,3 +1,5 @@
1
+#requires -Version 3
2
+
3
param(
4
[ValidateSet("vs2012", "vs2013", "vs2015", "nupkg", "nupkg-only")]
5
[Parameter(Position = 0)]
0 commit comments