-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
340 changed files
with
7,781 additions
and
3,911 deletions.
There are no files selected for viewing
69 changes: 0 additions & 69 deletions
69
.github/workflows/azure-static-web-apps-agreeable-plant-0c2439c10-v1.yml
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 |
---|---|---|
|
@@ -32,6 +32,18 @@ jobs: | |
run: dotnet build Masa.Blazor.Docs.sln | ||
- name: publish | ||
run: dotnet publish docs/Masa.Docs.WebAssembly/Masa.Docs.WebAssembly.csproj -c Release | ||
- name: setup python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' # install the python version needed | ||
# - name: install python packages | ||
# run: | | ||
# python -m pip install --upgrade pip | ||
# pip install -r scirpts/requirements.txt | ||
- name: execute py script # run sitemapgenerate.py | ||
env: | ||
DOC_DOMAIN: "https://blazor.masastack.com" | ||
run: python scirpts/sitemapgenerate.py | ||
- name: setup oss | ||
uses: manyuanrong/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,11 @@ name: deploy-wasm-prd | |
on: | ||
release: | ||
types: [ created ] | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- docs/MASA.Docs*/** | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -27,6 +32,14 @@ jobs: | |
run: dotnet build Masa.Blazor.Docs.sln | ||
- name: publish | ||
run: dotnet publish docs/Masa.Docs.WebAssembly/Masa.Docs.WebAssembly.csproj -c Release | ||
- name: setup python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' # install the python version needed | ||
- name: execute py script # run sitemapgenerate.py | ||
env: | ||
DOC_DOMAIN: "https://blazor.masastack.com" | ||
run: python scirpts/sitemapgenerate.py | ||
- name: setup oss | ||
uses: manyuanrong/[email protected] | ||
with: | ||
|
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: deploy-wasm-try | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- src/Masa.Try.Shared/** | ||
- src/Masa.Try.WebAssembly/** | ||
workflow_dispatch: | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: git pull | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: 'recursive' | ||
- run: git submodule foreach git checkout main | ||
- name: setting dotnet | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: | | ||
6.0.x | ||
7.0.x | ||
include-prerelease: true | ||
- name: setting tools | ||
run: dotnet workload install wasm-tools | ||
- name: build | ||
run: dotnet build Masa.Try.sln | ||
- name: publish | ||
run: dotnet publish src/Masa.Try.WebAssembly/Masa.Try.WebAssembly.csproj -c Release | ||
- name: setup oss | ||
uses: manyuanrong/[email protected] | ||
with: | ||
endpoint: "oss-cn-hangzhou.aliyuncs.com" | ||
access-key-id: ${{ secrets.ACCESS_KEY_ID }} | ||
access-key-secret: ${{ secrets.ACCESS_KEY_SECRET }} | ||
- name: deploy oss | ||
run: ossutil cp -rf /home/runner/work/MASA.Blazor/MASA.Blazor/src/Masa.Try.WebAssembly/bin/Release/net7.0/publish/wwwroot/ oss://masa-try/ |
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.6.33417.168 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Try", "Try", "{1487F7CB-2A53-4ACA-BCCD-873E5008E43B}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Try.Shared", "src\Masa.Try.Shared\Masa.Try.Shared.csproj", "{19DB3BAF-0812-418C-8178-C8C79F986577}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Try.WebAssembly", "src\Masa.Try.WebAssembly\Masa.Try.WebAssembly.csproj", "{9993EFC9-8D75-4640-954F-57F35EEDF595}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Blazor", "src\Masa.Blazor\Masa.Blazor.csproj", "{0E3AC43E-78FC-41F5-89FA-6FAF2559BCCD}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Component", "Component", "{E9DCD167-6407-4BD1-B336-25DA1D0E5BAC}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Masa.Try.Server", "src\Masa.Try.Server\Masa.Try.Server.csproj", "{9B49C042-76F9-4B78-85E7-A9DAE499A8CD}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{19DB3BAF-0812-418C-8178-C8C79F986577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{19DB3BAF-0812-418C-8178-C8C79F986577}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{19DB3BAF-0812-418C-8178-C8C79F986577}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{19DB3BAF-0812-418C-8178-C8C79F986577}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{9993EFC9-8D75-4640-954F-57F35EEDF595}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9993EFC9-8D75-4640-954F-57F35EEDF595}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9993EFC9-8D75-4640-954F-57F35EEDF595}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9993EFC9-8D75-4640-954F-57F35EEDF595}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{0E3AC43E-78FC-41F5-89FA-6FAF2559BCCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{0E3AC43E-78FC-41F5-89FA-6FAF2559BCCD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{0E3AC43E-78FC-41F5-89FA-6FAF2559BCCD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{0E3AC43E-78FC-41F5-89FA-6FAF2559BCCD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{9B49C042-76F9-4B78-85E7-A9DAE499A8CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9B49C042-76F9-4B78-85E7-A9DAE499A8CD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9B49C042-76F9-4B78-85E7-A9DAE499A8CD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9B49C042-76F9-4B78-85E7-A9DAE499A8CD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{19DB3BAF-0812-418C-8178-C8C79F986577} = {1487F7CB-2A53-4ACA-BCCD-873E5008E43B} | ||
{9993EFC9-8D75-4640-954F-57F35EEDF595} = {1487F7CB-2A53-4ACA-BCCD-873E5008E43B} | ||
{0E3AC43E-78FC-41F5-89FA-6FAF2559BCCD} = {E9DCD167-6407-4BD1-B336-25DA1D0E5BAC} | ||
{9B49C042-76F9-4B78-85E7-A9DAE499A8CD} = {1487F7CB-2A53-4ACA-BCCD-873E5008E43B} | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {B916CE94-77DB-4DC7-868C-BBE373D4BEEB} | ||
EndGlobalSection | ||
EndGlobal |
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
Oops, something went wrong.