Skip to content

Commit bbbff84

Browse files
author
Justin Skiles
committed
Restructured directory structure.
Added .NET Core build. Added automated build scripts. Added dev feed nuget pushes.
1 parent 048f441 commit bbbff84

File tree

175 files changed

+10670
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+10670
-166
lines changed

SourceSchemaParser/SourceSchemaParser.csproj

Lines changed: 0 additions & 115 deletions
This file was deleted.

appveyor.yml

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,40 @@
1-
version: 1.0.0.{build}
1+
version: '{build}'
22

3-
branches:
3+
pull_requests:
4+
do_not_increment_build_number: true
5+
6+
branches:
47
only:
5-
- master
6-
7-
assembly_info:
8-
patch: true
9-
file: AssemblyInfo.*
10-
assembly_version: "{version}"
11-
assembly_file_version: "{version}"
12-
assembly_informational_version: "{version}"
13-
14-
configuration: Release
15-
16-
build:
17-
project: SourceSchemaParser.sln
18-
publish_nuget: true
19-
include_nuget_references: true
8+
- master
209

21-
cache:
22-
- packages -> **\packages.config
10+
nuget:
11+
disable_publish_on_pr: true
2312

24-
before_build:
25-
- cmd: nuget restore
13+
build_script:
14+
- cmd: .\psake.bat ci
15+
16+
test: off
17+
18+
artifacts:
19+
- path: .\artifacts\**\*.nupkg
20+
name: NuGet
21+
22+
cache:
23+
- '%LOCALAPPDATA%\Microsoft\dotnet'
2624

2725
deploy:
2826
- provider: NuGet
27+
server: https://www.myget.org/F/babelshift-ci/api/v2/package
28+
api_key:
29+
secure: zI5gnqOnLVuIzNHVG1eiCpi5mEsT1i6AvwOHwIIm27NOURZFnCHhwG3SE49f0f88
30+
skip_symbols: true
31+
on:
32+
branch: master
33+
34+
- provider: NuGet
35+
name: production
2936
api_key:
3037
secure: vIHuOdB4aYJEqNACb3jjCg3m/qZLqpwYlruu8J0BOiX81lRrmussVEUqiWRBTrRQ
31-
skip_symbols: false
32-
artifact: /.*\.nupkg/
38+
on:
39+
branch: master
40+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)