Skip to content

Commit 1241b21

Browse files
committed
Remove appveyor and travis CI
1 parent 6c63e4e commit 1241b21

File tree

6 files changed

+6
-88
lines changed

6 files changed

+6
-88
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Pack NuGet packages
4747
run: >
48-
dotnet pack ./Cogs.Console.sln
48+
dotnet pack Cogs.Console/Cogs.Console.csproj
4949
--configuration ${{ env.BUILD_CONFIGURATION }}
5050
--no-build
5151
--no-restore

.travis.yml

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

Cogs.Console/Properties/PublishProfiles/FolderProfile.pubxml

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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build-env
22

33
WORKDIR /App
44

@@ -11,7 +11,7 @@ RUN dotnet restore ./Cogs.Console.sln
1111
RUN dotnet build ./Cogs.Console.sln -c Release -o out
1212

1313
# Build runtime image
14-
FROM mcr.microsoft.com/dotnet/aspnet:6.0
14+
FROM mcr.microsoft.com/dotnet/aspnet:10.0
1515
WORKDIR /App
1616
COPY --from=build-env /App/out .
1717

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Convention-based Ontology Generation System
22
===
3-
(Windows) [![Windows Build status](https://ci.appveyor.com/api/projects/status/5ky4r2jd5un3a0qh/branch/master?svg=true)](https://ci.appveyor.com/project/DanSmith/cogs/branch/master) (Linux) [![Linux Build status](https://travis-ci.org/Colectica/cogs.svg?branch=master)](https://travis-ci.org/Colectica/cogs) [![NuGet version (cogs)](https://img.shields.io/nuget/v/cogs.svg?style=flat-square)](https://www.nuget.org/packages/cogs/) [![DOI](https://zenodo.org/badge/93088121.svg)](https://zenodo.org/badge/latestdoi/93088121)
3+
[![NuGet version (cogs)](https://img.shields.io/nuget/v/cogs.svg?style=flat-square)](https://www.nuget.org/packages/cogs/) [![DOI](https://zenodo.org/badge/93088121.svg)](https://zenodo.org/badge/latestdoi/93088121)
44

55
The Convention-based Ontology Generation System (COGS) gives you a powerful, patterns-based way to build ontologies that enables a clean separation of concerns and gives you full control over markup for enjoyable, agile development. COGS includes many features that enable fast, Test Driven Development for publishing sophisticated models in a variety of formats.
66

@@ -38,7 +38,7 @@ Upcoming formats include:
3838
* Class libraries for other languages
3939

4040
## Platform
41-
COGS runs on Windows, Linux, and macOS on the .NET Core 9 platform.
41+
COGS runs on Windows, Linux, and macOS on the .NET Core 10 platform.
4242
* https://www.microsoft.com/net/core/
4343

4444
## Documentation
@@ -50,10 +50,7 @@ COGS can be installed as a dotnet global tool from nuget
5050
```
5151
dotnet tool install -g cogs
5252
```
53-
Development versions can be installed from the appveyor nuget feed
54-
```
55-
dotnet tool install -g --add-source https://ci.appveyor.com/nuget/cogs/ cogs
56-
```
53+
5754

5855
## Outputs Diagram
5956
<p align="center"><img src="http://cogsdata.org/img/cogsoutputs1080.png" alt="cogs output formats"/></p>

appveyor.yml

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

0 commit comments

Comments
 (0)