-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix/vnext' of https://github.com/Aiko-IT-Systems/DisCat…
…Sharp into fix/vnext
- Loading branch information
Showing
1,142 changed files
with
13,006 additions
and
19,195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,12 @@ jobs: | |
name: Build library | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
7.0.306 | ||
7.0.401 | ||
6.x | ||
- name: Build library | ||
run: dotnet build -c Release -v minimal DisCatSharp.sln | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ jobs: | |
name: Build documentation | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.NYUW_TOKEN_GH }} | ||
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.0.306 | ||
dotnet-version: 7.0.401 | ||
- name: Git fetch unshallow | ||
run: git fetch --unshallow | ||
- name: Install DocFX | ||
|
@@ -64,7 +64,7 @@ jobs: | |
needs: build | ||
steps: | ||
- name: Checkout docs repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Aiko-IT-Systems/DisCatSharp.Docs | ||
token: ${{ secrets.NYUW_TOKEN_GH }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: "Test Documentation" | ||
on: | ||
pull_request: | ||
merge_group: | ||
|
||
env: | ||
DOTNET_NOLOGO: true | ||
|
@@ -15,13 +16,13 @@ jobs: | |
name: Build documentation | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.NYUW_TOKEN_GH }} | ||
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.0.306 | ||
dotnet-version: 7.0.401 | ||
- name: Install DocFX | ||
run: dotnet tool update -g docfx --prerelease | ||
continue-on-error: true | ||
|
@@ -60,7 +61,7 @@ jobs: | |
git_user_name: NyuwBot | ||
git_user_email: [email protected] | ||
- name: Checkout docs repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Aiko-IT-Systems/DisCatSharp.Docs | ||
token: ${{ secrets.NYUW_TOKEN_GH }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ name: "Internal Release" | |
|
||
on: | ||
workflow_dispatch: | ||
merge_group: | ||
push: | ||
branches-ignore: | ||
- main | ||
|
@@ -19,12 +20,12 @@ jobs: | |
name: Build library and release internally | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
7.0.306 | ||
7.0.401 | ||
6.x | ||
- name: Restore dependencies | ||
run: dotnet restore DisCatSharp.sln | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: Label PRs | ||
steps: | ||
- uses: srvaroa/[email protected].0 | ||
- uses: srvaroa/[email protected].3 | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.NYUW_TOKEN_GH }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,12 +28,12 @@ jobs: | |
name: Build library and release | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
7.0.306 | ||
7.0.401 | ||
6.x | ||
- name: Restore dependencies | ||
run: dotnet restore DisCatSharp.sln | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -326,3 +326,4 @@ Thumbs.db | |
.manifest | ||
dcs-artifacts/ | ||
_exported_templates/ | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,6 @@ | |
"hlsl", | ||
"powershell", | ||
"xml" | ||
] | ||
], | ||
"dotnet.defaultSolution": "DisCatSharp.sln" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.