Skip to content

Commit

Permalink
Revert "Rename build options in configuration (OmniSharp#671)"
Browse files Browse the repository at this point in the history
This reverts commit 917740f.
The builds are failing under .NET Command Line Tools (1.0.0-rc2-002485)
starting from this commit.
The commit was found using git bisect tool:

917740f is the first bad commit
commit 917740f
Author: Peter Blazejewicz <[email protected]>
Date:   Fri May 6 22:19:05 2016 +0200

    Rename build options in configuration (OmniSharp#671)

    See aspnet/Templates#536

:040000 040000 1dcdfa62565e51d87aafd32b5b279df6b87570b0
db3df7d2f0358c095ab053c4d3be0f8c1749c8db M      templates

Thanks!
  • Loading branch information
peterblazejewicz committed May 7, 2016
1 parent a810c2b commit b86386d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/projects/consoleapp/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"buildOptions": {
"compilationOptions": {
"emitEntryPoint": true
},

Expand Down
2 changes: 1 addition & 1 deletion templates/projects/emptyweb/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},

"buildOptions": {
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
Expand Down
2 changes: 1 addition & 1 deletion templates/projects/nancy/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"buildOptions": {
"compilationOptions": {
"emitEntryPoint": true
},
"tooling": {
Expand Down
2 changes: 1 addition & 1 deletion templates/projects/web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
},

"buildOptions": {
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
Expand Down
2 changes: 1 addition & 1 deletion templates/projects/webapi/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},

"buildOptions": {
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
Expand Down
2 changes: 1 addition & 1 deletion templates/projects/webbasic/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},

"buildOptions": {
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
Expand Down

0 comments on commit b86386d

Please sign in to comment.