Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure pipelines => Azure Pipelines に変更 #869

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-ビルド)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここの部分は visual studio code が自動で整形したもの。


<!-- /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