Skip to content

Commit

Permalink
Merge pull request #869 from m-tmatma/feature/fix-azure-pipelins-name
Browse files Browse the repository at this point in the history
azure pipelines => Azure Pipelines に変更
  • Loading branch information
m-tmatma authored Apr 28, 2019
2 parents d391c60 + a99a37a commit db775c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# azure pipelines でのビルド
# Azure Pipelines でのビルド

<!-- TOC -->

- [azure pipelines でのビルド](#azure-pipelines-でのビルド)
- [Azure Pipelines でのビルド](#azure-pipelines-でのビルド)
- [Azure Pipelines の利用開始方法](#azure-pipelines-の利用開始方法)
- [単にサクラエディタ用のプロジェクトに読み取りアクセスする場合](#単にサクラエディタ用のプロジェクトに読み取りアクセスする場合)
- [Azure Pipelines にアカウントがない場合](#azure-pipelines-にアカウントがない場合)
Expand Down Expand Up @@ -35,7 +35,7 @@ https://azure.microsoft.com/ja-jp/services/devops/pipelines/ にアクセスし

## 参考情報

- [Wiki: azure pipelinesメモ](https://github.com/sakura-editor/sakura/wiki/azure-pipelines%E3%83%A1%E3%83%A2)
- [Wiki: Azure Pipelinesメモ](https://github.com/sakura-editor/sakura/wiki/azure-pipelines%E3%83%A1%E3%83%A2)

## 参考サイト

Expand Down
7 changes: 4 additions & 3 deletions build.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
- [具体例 (Win32 の Release)](#具体例-win32-の-release)
- [ビルドの仕組み](#ビルドの仕組み)
- [appveyor でのビルドの仕組み](#appveyor-でのビルドの仕組み)
- [Azure Pipelines でのビルドの仕組み](#azure-pipelines-でのビルドの仕組み)
- [インストーラの仕組み](#インストーラの仕組み)
- [開発者向けの情報](#開発者向けの情報)
- [githash.h の更新のスキップ](#githashh-の更新のスキップ)
- [Powershell によるZIPファイルの圧縮、解凍、内容確認の強制](#powershell-によるzipファイルの圧縮解凍内容確認の強制)
- [MinGW-w64 ビルド](#MinGW-w64-ビルド)
- [MinGW w64 ビルド](#mingw-w64-ビルド)

<!-- /TOC -->

Expand Down Expand Up @@ -99,9 +100,9 @@ build-all.bat Win32 Release

[こちら](appveyor.md) で appveyor 上でのビルドの仕組みを説明しています。

### azure pipelines でのビルドの仕組み
### Azure Pipelines でのビルドの仕組み

[こちら](azure-pipelines.md)[azure pipelines](https://azure.microsoft.com/ja-jp/services/devops/pipelines/) 上でのビルドの仕組みを説明しています。
[こちら](azure-pipelines.md)[Azure Pipelines](https://azure.microsoft.com/ja-jp/services/devops/pipelines/) 上でのビルドの仕組みを説明しています。

### インストーラの仕組み

Expand Down

0 comments on commit db775c6

Please sign in to comment.