This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
119 changed files
with
1,541 additions
and
3,025 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ | |
# Please keep the list sorted. | ||
# Please notify the first person on the list to be added here. | ||
|
||
Andrew Arnott <[email protected]> | ||
CatenaLogic |
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
|
||
# Please keep the list sorted. | ||
|
||
Andrew Arnott <[email protected]> | ||
Geert van Horrik <[email protected]> | ||
Wesley Eledui <[email protected]> | ||
Marek Fišera <[email protected]> | ||
Marek Fišera <[email protected]> |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
mode: ContinuousDeployment | ||
assembly-versioning-scheme: MajorMinorPatch | ||
#next-version: 1.0.0 | ||
next-version: 3.0.0 |
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,31 @@ | ||
install: | ||
- choco install gitversion.portable -pre -y | ||
|
||
assembly_info: | ||
patch: false | ||
|
||
skip_tags: true | ||
|
||
image: Visual Studio 2015 | ||
|
||
configuration: Release | ||
|
||
environment: | ||
VisualStudioVersion: 14.0 | ||
|
||
cache: | ||
- '%USERPROFILE%\.nuget\packages -> **\project.json' | ||
- 'obj\tools -> tools\**' | ||
|
||
before_build: | ||
- ps: .\init.ps1 | ||
- ps: gitversion /l console /output buildserver /updateAssemblyInfo | ||
|
||
build: | ||
project: src\GitLink.sln | ||
parallel: true | ||
verbosity: minimal | ||
|
||
artifacts: | ||
- path: '**\bin\**\*.nupkg' | ||
name: NuGet Package |
27 changes: 0 additions & 27 deletions
27
deployment/Chocolatey/template/GitHubLink/GitHubLink.nuspec
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.