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 991c80c commit f1a60f8Copy full SHA for f1a60f8
Build.ps1
@@ -1,5 +1,5 @@
1
param(
2
- [String] $majorMinor = "0.0", # 2.0
+ [String] $majorMinor = "1.8", # 2.0
3
[String] $patch = "0", # $env:APPVEYOR_BUILD_VERSION
4
[String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll
5
[Switch] $notouch
0 commit comments