This repository was archived by the owner on Jun 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Solution update #15
Merged
Merged
Solution update #15
Changes from 6 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
a0e04bf
Flattened solution structures
JakeGinnivan 5d7e2f8
Cleaned up AssemblyInfo a bit
JakeGinnivan 431f2dd
Go back to packages folder
JakeGinnivan 04d12ca
Setup AppVeyor build
JakeGinnivan c58adc9
Fixed targets
JakeGinnivan 3a04ccd
Fixed appveyor.yml error
JakeGinnivan 2cab442
Removed JetBrainsAnnotations.Fody and embedded annotations internally…
JakeGinnivan bded57f
Removed ModuleInitializer fody plugin, not needed
JakeGinnivan b92d05d
Removed costura, we don't want to embed libgit2sharp as it is a trans…
JakeGinnivan a4a3340
Upgraded MethodTime.Fody
JakeGinnivan e853547
Upgraded Fody
JakeGinnivan 5419fa2
Dropped core to .net 4.0
JakeGinnivan 6045898
Sorted GitTools.IssueTrackers package
JakeGinnivan f5853c6
Cleaned up dependencies of IssueTrackers
JakeGinnivan e7b80d0
Upgraded dependencies
JakeGinnivan 63f8e94
Updated version in nuspec
JakeGinnivan 1b0b18c
Created a NET40 and NET45 project for GitTools.Core
JakeGinnivan 12e92ca
Small update to assembly info
JakeGinnivan 8f53e5a
Included net45 files in nupkg
JakeGinnivan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,25 @@ | ||
install: | ||
- choco install gitversion.portable -pre -y | ||
|
||
platform: | ||
- Any CPU | ||
|
||
configuration: | ||
- Release | ||
|
||
assembly_info: | ||
patch: false | ||
|
||
before_build: | ||
- nuget restore src\ | ||
- ps: gitversion /l console /output buildserver /updateAssemblyInfo src\SolutionAssemblyInfo.cs | ||
|
||
build: | ||
project: src\GitTools.Core.sln | ||
|
||
after_build: | ||
- cmd: nuget pack src\GitTools.Core\GitTools.Core.nuspec -BasePath output\%CONFIGURATION%\GitTools.Core\ -version "%GitVersion_NuGetVersion%" | ||
- cmd: appveyor PushArtifact "GitTools.Core.%GitVersion_NuGetVersion%.nupkg" | ||
|
||
cache: | ||
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified |
Binary file not shown.
30 changes: 0 additions & 30 deletions
30
deployment/NuGet/template/GitTools.Core/GitTools.Core.nuspec
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,27 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>GitTools.Core</id> | ||
<version>$version$</version> | ||
<title>GitTools.Core</title> | ||
<authors>GitTools Contributors</authors> | ||
<owners>GitTools Contributors</owners> | ||
<description>Core library for GitTools</description> | ||
<tags>git tools</tags> | ||
|
||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<copyright>Copyright GitTools 2015</copyright> | ||
|
||
<language>en-US</language> | ||
<projectUrl>https://github.com/GitTools/GitTools.Core</projectUrl> | ||
<licenseUrl>https://github.com/GitTools/GitTools.Core/blob/develop/LICENSE</licenseUrl> | ||
<iconUrl>https://raw.github.com/GitTools/GitTools.Core/develop/GitTools_logo.png</iconUrl> | ||
<dependencies> | ||
<dependency id="LibGit2Sharp" version="0.21.0.176" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="net45\GitTools.Core.dll" target="lib\net45\" /> | ||
<file src="net45\GitTools.Core.xml" target="lib\net45\" /> | ||
</files> | ||
</package> |
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is the wrong way around. If I need another NET45 lib, then you need to go back into directory structures. Or this this another "out of the box nuget experience"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am structuring similar to NuGet, package then the lib. We will likely end up having multiple build targets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I normally follow this structure:
[platform][product]
Since if you are building, you are build against a platform and are not interested in other stuff. But if this is what nuget requires...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a product yes, but this is a library. Single library with multiple build platforms. Can change nuspec so src=net45\gittools.core\gittools.core.dll dest=lib\net45?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitTools.Core
GitTools.IssueTrackers
GitTools.Testing
I think we have more than 1 lib :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, debug\proj\alltargets ?