Skip to content

Commit

Permalink
2.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed Aug 19, 2024
1 parent 29ca73f commit 568731f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- develop

env:
BUILD_VERSION: '2.1.8'
BUILD_VERSION: '2.1.9'

jobs:
select-environment:
Expand Down
6 changes: 3 additions & 3 deletions README.ja-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
|リソース グループ|(選択可能)|
|名前|(選択可能)|
|公開|コード|
|ランタイム スタック|.NET 7|
|オペレーティング システム|Windows|
|ランタイム スタック|.NET 8|
|オペレーティング システム|Windows または Linux (選択可能)|
|地域|(選択可能)|

5. **作成** をクリックして操作が完了するまで待機します。
Expand Down Expand Up @@ -160,7 +160,7 @@ dotnet publish --configuration Release
4. `publish` フォルダーの中身を圧縮します。

```
Compress-Archive -Path ./bin/Release/net7.0/publish/* -DestinationPath ../../build.zip
Compress-Archive -Path ./bin/Release/net8.0/publish/* -DestinationPath ../../build.zip
```

### マニフェスト
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Are you frustrated with finding a team? Teamtile provides these features to you
|Resource Group|(You can choose)|
|Name|(You can choose)|
|Publish|Code|
|Runtime stack|.NET 7|
|Operating System|Windows|
|Runtime stack|.NET 8|
|Operating System|Windows or Linux (You can choose)|
|Region|(You can choose)|

5. Click **Create** and wait until creation is completed.
Expand Down Expand Up @@ -160,7 +160,7 @@ dotnet publish --configuration Release
4. Compress contents of `publish` folder.

```
Compress-Archive -Path ./bin/Release/net7.0/publish/* -DestinationPath ../../build.zip
Compress-Archive -Path ./bin/Release/net8.0/publish/* -DestinationPath ../../build.zip
```

### Manifest
Expand Down
4 changes: 2 additions & 2 deletions source/server/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"tasks": [
{
"label": "clean",
"command": "dotnet",
"type": "shell",
"command": "dotnet",
"args": [
"clean",
"${workspaceFolder}/Karamem0.Teamtile.sln",
Expand All @@ -19,8 +19,8 @@
"kind": "build",
"isDefault": true
},
"command": "dotnet",
"type": "shell",
"command": "dotnet",
"args": [
"build",
"${workspaceFolder}/Karamem0.Teamtile.sln",
Expand Down

0 comments on commit 568731f

Please sign in to comment.