-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated build script so that dotnet only builds and tests netstandard…
…1.3, some optimizations are in place so we do not build too much (e.g building netstandard to nuget output if we run a regular build), we now call msbuild on the whole solution and rely on outputpath.props to optionally build all the output away from src into build without everything ending up in the same folder Conflicts: build.bat build/scripts/Paths.fsx build/scripts/Targets.fsx paket.dependencies paket.lock src/Benchmarking/Benchmarking.csproj src/Benchmarking/Properties/AssemblyInfo.cs src/CodeGeneration/ApiGenerator/ApiGenerator.csproj src/CodeGeneration/ApiGenerator/Properties/AssemblyInfo.cs src/CodeGeneration/DocGenerator/DocGenerator.csproj src/CodeGeneration/DocGenerator/Properties/AssemblyInfo.cs src/Elasticsearch.Net/Properties/AssemblyInfo.cs src/Elasticsearch.Net/project.json src/Nest/Nest.csproj src/Nest/Properties/AssemblyInfo.cs src/Nest/project.json src/Profiling/Profiling.csproj src/Profiling/Properties/AssemblyInfo.cs src/Tests/Properties/AssemblyInfo.cs src/Tests/Tests.csproj src/Tests/project.json
- Loading branch information
Showing
29 changed files
with
4,486 additions
and
1,827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.