-
Notifications
You must be signed in to change notification settings - Fork 22
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
12 changed files
with
757 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 | ||
|
||
# 2.2 is installed because it is the last version that officially supports DotnetCliToolReference | ||
- name: Setup dotnet | ||
uses: actions/setup-dotnet@v2 | ||
|
@@ -124,7 +126,8 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
|
||
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 | ||
- name: Setup dotnet | ||
uses: actions/setup-dotnet@v2 | ||
with: | ||
|
@@ -149,6 +152,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 | ||
- uses: actions/setup-dotnet@v2 | ||
with: | ||
dotnet-version: | | ||
|
@@ -175,6 +179,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 | ||
- uses: actions/setup-dotnet@v2 | ||
with: | ||
dotnet-version: 7.0.x | ||
|
@@ -203,6 +208,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 | ||
|
||
- run: npm ci | ||
|
||
- name: npm version | ||
|
@@ -257,6 +264,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 | ||
|
||
# build coalesce-vue | ||
- run: npm run build-local-deps | ||
- run: npm ci | ||
|
@@ -293,6 +302,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 | ||
|
||
# build coalesce-vue | ||
- run: npm run build-local-deps | ||
- run: npm ci | ||
|
73 changes: 73 additions & 0 deletions
73
playground/Coalesce.Web.Ko/Api/Generated/StandaloneReadCreateController.g.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
playground/Coalesce.Web.Ko/Controllers/Generated/StandaloneReadCreateController.g.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
72 changes: 72 additions & 0 deletions
72
playground/Coalesce.Web.Ko/Models/Generated/StandaloneReadCreateDto.g.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
118 changes: 118 additions & 0 deletions
118
playground/Coalesce.Web.Ko/Scripts/Generated/Ko.StandaloneReadCreate.g.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.