Skip to content

Commit c92d950

Browse files
committed
Merge branch 'build-test'
2 parents afd61a4 + a3c1954 commit c92d950

File tree

9 files changed

+38
-9
lines changed

9 files changed

+38
-9
lines changed

.travis.yml

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

appveyor.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 1.2.{build}
2+
branches:
3+
only:
4+
- master
5+
- build-test
6+
image: Previous Visual Studio 2017
7+
configuration: Release
8+
dotnet_csproj:
9+
patch: true
10+
file: '**\*.csproj'
11+
version: '{version}'
12+
package_version: '{version}'
13+
assembly_version: '{version}'
14+
file_version: '{version}'
15+
informational_version: '{version}'
16+
before_build:
17+
- cmd: nuget restore src/EcsRx.sln
18+
build:
19+
project: src/EcsRx.sln
20+
publish_nuget: true
21+
verbosity: minimal
22+
artifacts:
23+
- path: '**\*.nupkg'
24+
deploy:
25+
provider: NuGet
26+
server:
27+
api_key:
28+
secure: kQUl/1LYoAGU+rRicvEpMh+rxsner/soI2Osc6lvRUCeYDU5oh3Z9R4a94t9yqI9
29+
skip_symbols: true
30+
symbol_server:
31+
artifact: /.*\.nupkg/

src/EcsRx.Infrastructure.Ninject/EcsRx.Infrastructure.Ninject.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Version>0.0.0</Version>
45
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
56
<Title>EcsRx.Infrastructure.Ninject</Title>
67
<Authors>Grofit (LP)</Authors>

src/EcsRx.Infrastructure/EcsRx.Infrastructure.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<Version>0.0.0</Version>
34
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
45
<Title>EcsRx.Infrastructure</Title>
56
<Authors>Grofit (LP)</Authors>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<Version>0.0.0</Version>
34
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
45
</PropertyGroup>
56
</Project>

src/EcsRx.ReactiveData/EcsRx.ReactiveData.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Version>0.0.0</Version>
45
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
56
<Title>EcsRx.ReactiveData</Title>
67
<Authors>Grofit (LP)</Authors>

src/EcsRx.Systems/EcsRx.Systems.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Version>0.0.0</Version>
45
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
56
<Title>EcsRx.Systems</Title>
67
<Authors>Grofit (LP)</Authors>

src/EcsRx.Views/EcsRx.Views.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<Version>0.0.0</Version>
34
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
45
<Title>EcsRx.Views</Title>
56
<Authors>Grofit (LP)</Authors>

src/EcsRx/EcsRx.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<Version>0.0.0</Version>
34
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
45
<Title>EcsRx</Title>
56
<Authors>Grofit (LP)</Authors>

0 commit comments

Comments
 (0)