This commit is contained in:
wieslawsoltes 2019-03-05 07:32:39 +00:00
Родитель c9ff8c8619
Коммит 9a1f03569d
4 изменённых файлов: 2 добавлений и 39 удалений

Просмотреть файл

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2017 Wiesław Šoltés
Copyright (c) 2019 Wiesław Šoltés
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Просмотреть файл

@ -1,7 +1,6 @@
# LanguageEditor
[![Build status](https://ci.appveyor.com/api/projects/status/7khsyl0fw7fqp9xw/branch/master?svg=true)](https://ci.appveyor.com/project/wieslawsoltes/languageeditor/branch/master)
[![Build Status](https://dev.azure.com/wieslawsoltes/LanguageEditor/_apis/build/status/wieslawsoltes.LanguageEditor)](https://dev.azure.com/wieslawsoltes/LanguageEditor/_build/latest?definitionId=1)
[![Build status](https://dev.azure.com/wieslawsoltes/GitHub/_apis/build/status/Old/GitHub-CI)](https://dev.azure.com/wieslawsoltes/GitHub/_build/latest?definitionId=-1)
[![Github All Releases](https://img.shields.io/github/downloads/wieslawsoltes/languageeditor/total.svg)](https://github.com/wieslawsoltes/LanguageEditor/releases)
[![GitHub Release](https://img.shields.io/github/release/wieslawsoltes/languageeditor.svg)](https://github.com/wieslawsoltes/LanguageEditor/releases/latest)
@ -17,10 +16,6 @@ A dedicated xml language translation files editor.
| Windows .NET4.5 (32-bit) | Portable | 1.0.0 | [LanguageEditor-1.0.0-x86.zip](https://github.com/wieslawsoltes/LanguageEditor/releases/download/1.0.0/LanguageEditor-1.0.0-x86.zip) |
| Windows .NET4.5 (64-bit) | Portable | 1.0.0 | [LanguageEditor-1.0.0-x64.zip](https://github.com/wieslawsoltes/LanguageEditor/releases/download/1.0.0/LanguageEditor-1.0.0-x64.zip) |
### CI Builds
[Download](https://ci.appveyor.com/project/wieslawsoltes/languageeditor/build/artifacts) bleeding edge builds from the CI server.
## About
LanguageEditor is a dedicated xml language translation files editor.

Просмотреть файл

@ -1,9 +0,0 @@
version: '{build}'
image: Visual Studio 2017
before_build:
- git submodule update --init
build_script:
- ps: .\build.ps1 -Target "Package"
test: off
artifacts:
- path: artifacts\*.zip

Просмотреть файл

@ -1,23 +0,0 @@
jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2017'
variables:
solution: '**/*.sln'
buildPlatform: 'AnyCPU'
buildConfiguration: 'Release'
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '2.1.401'
- task: NuGetToolInstaller@0
- task: NuGetCommand@2
inputs:
restoreSolution: '$(solution)'
feedsToUse: 'config'
nugetConfigPath: 'NuGet.Config'
- task: VSBuild@1
inputs:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'