Skip to content

Commit

Permalink
Entering CK-World.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-spinelli committed Dec 14, 2017
1 parent 51cbb17 commit 6b85ea3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Common/Shared.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<!-- Reproducible builds. See: http://blog.paranoidcoding.com/2016/04/05/deterministic-builds-in-roslyn.html
On appveyor, the clone folder MUST be set to the solution path in the CK-World.
For this solution, it is:
clone_folder: C:\CK-World\CK-Core-Projects\CK-Core
This must be adapted for each solution/repository.
-->
<PropertyGroup Condition=" '$(CakeBuild)' == 'true' ">
<Deterministic>true</Deterministic>
<CKWorldPath>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), CK-World))</CKWorldPath>
<PathMap Condition=" '$(CKWorldPath)' != '' ">$(CKWorldPath)=C:\CK-World</PathMap>
</PropertyGroup>

<!--
When building from the CI (ie. from Cake, hence directly with the msbuild tool, SolutionDir is not defined),
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Basic appveyor configuration : CodeCakeBuilder does the job.
version: build{build}
image: Visual Studio 2017
clone_folder: C:\CK-World\CK-Core-Projects\CK-Core
branches:
only:
- master
Expand Down

0 comments on commit 6b85ea3

Please sign in to comment.