We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13782ff commit 8aee81fCopy full SHA for 8aee81f
Build.ps1
@@ -1,6 +1,6 @@
1
param(
2
[String] $majorMinor = "5.6", # 5.6
3
- [String] $patch = "0", # $env:APPVEYOR_BUILD_VERSION
+ [String] $patch = "1", # $env:APPVEYOR_BUILD_VERSION
4
[String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll
5
[Switch] $notouch,
6
[String] $project = "ReflectSoftware.Insight.Extensions.SemanticLogging"
0 commit comments