This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- moved /local/bin to /lib/built - moved /.build to /bin - moved /msbuild-projects/Directory.Core.props to /Directory.Core.props - deleted /msbuild-projects - moved /.azure-pipelines to /.azure/pipelines - fixed paths in nuke build project - fixed paths in .msbuild - /lib/README.md added - fixed instructions in .azure\pipelines\README.MD - rebuilt local binaries - updated README.md's
- Loading branch information
Showing
23 changed files
with
52 additions
and
97 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
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ x64/ | |
x86/ | ||
bld/ | ||
[Bb]in/ | ||
!/local/bin | ||
!/bin | ||
[Oo]bj/ | ||
[Ll]og/ | ||
|
||
|
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 was deleted.
Oops, something went wrong.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Project Structure | ||
|
||
- **/Teronis.DotNet.sln** covers all projects in this project. | ||
- **/Teronis.DotNet~Publish.sln** covers projects that are candidates to be published to NuGet. When calling `./build.(cmd|ps1|sh) pack` you can find packages in **/obj/packages/**. | ||
- **/lib/** | ||
- **/lib/built/**: [/lib/README.md](/lib/README.md) | ||
- **/nukebuild/** represents the build project. It has been created with [Nuke](https://github.com/nuke-build/nuke). Please visit and stare their awesome project. :heart: | ||
- **/bin/** | ||
- **/bin/git-clean-everything.sh** is a **destructive** helper script that **erases everything** that is affected by [.gitignore](/.gitignore). | ||
- **/bin/push-nuget-packages.ps1** is a helper script invoked in Azure pipeline. Does what is says. | ||
- **/src/** contains all source projects. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Folder **built/** | ||
|
||
The folder **built/** contains binaries compiled once. They are needed in process of building the projects. You can rebuild them by `/build.(cmd|ps1|sh) cleanbinary compilebinary` where the target `cleanbinary` cleans the built-folder and the target `compilebinary` compiles them. | ||
|
||
This approach is better than the approach to implement an incremental build safe process for creating these binaries dynamically before building projects in Visual Studio or aquivalent. |
Binary file renamed
BIN
+9 KB
...BuildTasks/Teronis.MSBuild.BuildTasks.dll → ...BuildTasks/Teronis.MSBuild.BuildTasks.dll
Binary file not shown.
File renamed without changes.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.