Merge pull request #6 from YPermitin/develop

Обновлено описание проекта и настройки CI/CD
This commit is contained in:
Permitin Yury
2021-07-23 22:39:39 +05:00
committed by GitHub
3 changed files with 27 additions and 1 deletions
@@ -0,0 +1,25 @@
name: Testing on Windows
on:
push:
branches: [ develop ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.202
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test (fake)
run: dotnet --version
+1 -1
View File
@@ -12,7 +12,7 @@
### Состояние сборки
| Windows | Linux |
|:-------:|:------:|
| [![Build status](https://ci.appveyor.com/api/projects/status/vjvb80jf0p5m18vh?svg=true)](https://ci.appveyor.com/project/YPermitin/yy-techjournalexportassistant) | ![.NET](https://github.com/YPermitin/YY.TechJournalExportAssistant/workflows/.NET/badge.svg) |
| [![Testing on Windows](https://github.com/YPermitin/YY.TechJournalExportAssistant/actions/workflows/dotnet-test-on-windows.yml/badge.svg)](https://github.com/YPermitin/YY.TechJournalExportAssistant/actions/workflows/dotnet-test-on-windows.yml) | [![Testing on Linux](https://github.com/YPermitin/YY.TechJournalExportAssistant/actions/workflows/dotnet-test-on-linux.yml/badge.svg)](https://github.com/YPermitin/YY.TechJournalExportAssistant/actions/workflows/dotnet-test-on-linux.yml) |
### Code Climate
+1
View File
@@ -19,6 +19,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YY.TechJournalExportAssista
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{300AD5BD-47CB-4AA8-B823-9B061C7654D1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-test-on-windows.yml = .github\workflows\dotnet-test-on-windows.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
README.md = README.md