Skip to content

Commit

Permalink
Our batch files requires CRLF for correct work. Fix problem of appvey…
Browse files Browse the repository at this point in the history
…or CI

3F/hMSBuild#2
  • Loading branch information
3F committed May 25, 2017
1 parent 8fd631d commit e62818d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# Our batch files requires CRLF for correct work. Fix problem of appveyor CI
# https://github.com/3F/hMSBuild/issues/2

*.bat text eol=crlf
*.cmd text eol=crlf
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set msbuild=netmsb


call %msbuild% logic.targets /p:ngconfig="packages.config" /nologo /v:m /m:4 || goto err
call %msbuild% "gnt.sln" /l:"packages\vsSBE.CI.MSBuild\bin\CI.MSBuild.dll" /v:m /m:4
call %msbuild% "gnt.sln" /l:"packages\vsSBE.CI.MSBuild\bin\CI.MSBuild.dll" /v:m /m:4 || goto err

exit /B 0

Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GetNuTool
GetNuTool :: https://github.com/3F/GetNuTool
- - - - -

[v1.6]
Expand Down

0 comments on commit e62818d

Please sign in to comment.