Skip to content

Commit

Permalink
Hard coded version until DNX drops
Browse files Browse the repository at this point in the history
  • Loading branch information
merbla committed May 24, 2016
1 parent 991c80c commit f1a60f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param(
[String] $majorMinor = "0.0", # 2.0
[String] $majorMinor = "1.8", # 2.0
[String] $patch = "0", # $env:APPVEYOR_BUILD_VERSION
[String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll
[Switch] $notouch
Expand Down

0 comments on commit f1a60f8

Please sign in to comment.