-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: remove X10D.Unity + associated projects/workflows (#86)
- Loading branch information
1 parent
0a2eb5e
commit b84d9c7
Showing
156 changed files
with
4 additions
and
11,016 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ jobs: | |
mkdir build | ||
dotnet pack X10D --configuration Debug --no-build -p:SymbolPackageFormat=snupkg --include-symbols --include-source -o build -p:VersionSuffix='nightly' -p:BuildNumber=${{ github.run_number }} | ||
dotnet pack X10D.Hosting --configuration Debug --no-build -p:SymbolPackageFormat=snupkg --include-symbols --include-source -o build -p:VersionSuffix='nightly' -p:BuildNumber=${{ github.run_number }} | ||
dotnet pack X10D.Unity --configuration Debug --no-build -p:SymbolPackageFormat=snupkg --include-symbols --include-source -o build -p:VersionSuffix='nightly' -p:BuildNumber=${{ github.run_number }} | ||
- name: Push NuGet Package to GitHub | ||
run: dotnet nuget push "build/*" --source "github" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate | ||
|
@@ -47,42 +46,3 @@ jobs: | |
with: | ||
name: build | ||
path: build/ | ||
|
||
- name: Checkout upm branch | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: upm | ||
path: upm | ||
|
||
- name: Build package.json | ||
run: | | ||
dotnet run --project ./tools/UpmPackageGenerator/UpmPackageGenerator.csproj "./X10D/bin/Debug/netstandard2.1/X10D.dll" | ||
cp package.json upm/package.json | ||
- name: Copy built artifacts to upm | ||
run: | | ||
cd upm | ||
cp ../X10D/bin/Debug/netstandard2.1/X10D.dll ./X10D.dll | ||
cp ../X10D/bin/Debug/netstandard2.1/X10D.xml ./X10D.xml | ||
cp ../X10D.Unity/bin/Debug/netstandard2.1/X10D.Unity.dll ./X10D.Unity.dll | ||
cp ../X10D.Unity/bin/Debug/netstandard2.1/X10D.Unity.xml ./X10D.Unity.xml | ||
- name: Check for changes | ||
run: | | ||
cd upm | ||
git diff --quiet | ||
continue-on-error: true | ||
|
||
- name: Commit update | ||
if: ${{ success() }} | ||
run: | | ||
cd upm | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git add X10D.dll | ||
git add X10D.Unity.dll | ||
git add X10D.xml | ||
git add X10D.Unity.xml | ||
git add package.json | ||
git commit -m "Update upm branch ($GITHUB_SHA)" | ||
git push |
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 |
---|---|---|
|
@@ -33,7 +33,6 @@ jobs: | |
mkdir build | ||
dotnet pack X10D --configuration Release --no-build -p:SymbolPackageFormat=snupkg --include-symbols --include-source -o build -p:VersionSuffix='prerelease' -p:BuildNumber=${{ github.run_number }} | ||
dotnet pack X10D.Hosting --configuration Release --no-build -p:SymbolPackageFormat=snupkg --include-symbols --include-source -o build -p:VersionSuffix='prerelease' -p:BuildNumber=${{ github.run_number }} | ||
dotnet pack X10D.Unity --configuration Release --no-build -p:SymbolPackageFormat=snupkg --include-symbols --include-source -o build -p:VersionSuffix='prerelease' -p:BuildNumber=${{ github.run_number }} | ||
- name: Push NuGet Package to GitHub | ||
run: dotnet nuget push "build/*" --source "github" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate | ||
|
@@ -52,42 +51,3 @@ jobs: | |
with: | ||
repo_token: "${{ secrets.GITHUB_TOKEN }}" | ||
prerelease: true | ||
|
||
- name: Checkout upm branch | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: upm | ||
path: upm | ||
|
||
- name: Build package.json | ||
run: | | ||
dotnet run --project ./tools/UpmPackageGenerator/UpmPackageGenerator.csproj "./X10D/bin/Release/netstandard2.1/X10D.dll" | ||
cp package.json upm/package.json | ||
- name: Copy built artifacts to upm | ||
run: | | ||
cd upm | ||
cp ../X10D/bin/Release/netstandard2.1/X10D.dll ./X10D.dll | ||
cp ../X10D/bin/Release/netstandard2.1/X10D.xml ./X10D.xml | ||
cp ../X10D.Unity/bin/Release/netstandard2.1/X10D.Unity.dll ./X10D.Unity.dll | ||
cp ../X10D.Unity/bin/Release/netstandard2.1/X10D.Unity.xml ./X10D.Unity.xml | ||
- name: Check for changes | ||
run: | | ||
cd upm | ||
git diff --quiet | ||
continue-on-error: true | ||
|
||
- name: Commit update | ||
if: ${{ success() }} | ||
run: | | ||
cd upm | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git add X10D.dll | ||
git add X10D.Unity.dll | ||
git add X10D.xml | ||
git add X10D.Unity.xml | ||
git add package.json | ||
git commit -m "Update upm branch ($GITHUB_SHA)" | ||
git push |
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 |
---|---|---|
|
@@ -33,7 +33,6 @@ jobs: | |
mkdir build | ||
dotnet pack X10D --configuration Release --no-build -p:SymbolPackageFormat=snupkg --include-symbols --include-source -o build | ||
dotnet pack X10D.Hosting --configuration Release --no-build -p:SymbolPackageFormat=snupkg --include-symbols --include-source -o build | ||
dotnet pack X10D.Unity --configuration Release --no-build -p:SymbolPackageFormat=snupkg --include-symbols --include-source -o build | ||
- name: Push NuGet Package to GitHub | ||
run: dotnet nuget push "build/*" --source "github" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate | ||
|
@@ -52,42 +51,3 @@ jobs: | |
with: | ||
repo_token: "${{ secrets.GITHUB_TOKEN }}" | ||
prerelease: false | ||
|
||
- name: Checkout upm branch | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: upm | ||
path: upm | ||
|
||
- name: Build package.json | ||
run: | | ||
dotnet run --project ./tools/UpmPackageGenerator/UpmPackageGenerator.csproj "./X10D/bin/Release/netstandard2.1/X10D.dll" | ||
cp package.json upm/package.json | ||
- name: Copy built artifacts to upm | ||
run: | | ||
cd upm | ||
cp ../X10D/bin/Release/netstandard2.1/X10D.dll ./X10D.dll | ||
cp ../X10D/bin/Release/netstandard2.1/X10D.xml ./X10D.xml | ||
cp ../X10D.Unity/bin/Release/netstandard2.1/X10D.Unity.dll ./X10D.Unity.dll | ||
cp ../X10D.Unity/bin/Release/netstandard2.1/X10D.Unity.xml ./X10D.Unity.xml | ||
- name: Check for changes | ||
run: | | ||
cd upm | ||
git diff --quiet | ||
continue-on-error: true | ||
|
||
- name: Commit update | ||
if: ${{ success() }} | ||
run: | | ||
cd upm | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git add X10D.dll | ||
git add X10D.Unity.dll | ||
git add X10D.xml | ||
git add X10D.Unity.xml | ||
git add package.json | ||
git commit -m "Update upm branch ($GITHUB_SHA)" | ||
git push |
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 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.