Skip to content

Commit f1a60f8

Browse files
committed
Hard coded version until DNX drops
1 parent 991c80c commit f1a60f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
param(
2-
[String] $majorMinor = "0.0", # 2.0
2+
[String] $majorMinor = "1.8", # 2.0
33
[String] $patch = "0", # $env:APPVEYOR_BUILD_VERSION
44
[String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll
55
[Switch] $notouch

0 commit comments

Comments
 (0)