FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitplatform/.github/workflows/bswup.demo.cd.yml at develop · bitfoundation/bitplatform · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bitfoundation
/
bitplatform
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
264
Star
1.4k
Code
Issues
45
Pull requests
7
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
bitplatform
/
.github
/
workflows
/
bswup.demo.cd.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
42 lines (31 loc) · 1.07 KB
Breadcrumbs
bitplatform
/
.github
/
workflows
/
bswup.demo.cd.yml
Copy path
File metadata and controls
42 lines (31 loc) · 1.07 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name
:
Bswup Demo CD
on
:
workflow_dispatch
:
permissions
:
contents
:
read
jobs
:
build_blazor_wasm
:
name
:
build blazor wasm
runs-on
:
ubuntu-24.04
steps
:
-
name
:
Checkout source code
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
persist-credentials
:
false
-
name
:
Setup .NET
uses
:
actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68
#
v6.0.0
with
:
global-json-file
:
src/global.json
-
uses
:
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020
#
v7.0.0
with
:
node-version
:
24
-
name
:
Install wasm
run
:
cd src && dotnet workload install wasm-tools
-
name
:
Publish
run
:
dotnet publish src/Bswup/Bit.Bswup.Demo/Server/Bit.Bswup.Demo.Server.csproj -c Release -o server -p:Version="${{ vars.APP_VERSION}}" -p:InvariantGlobalization=true
-
name
:
Upload artifact
uses
:
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
#
v7.0.1
with
:
name
:
BswupDemo
path
:
server
include-hidden-files
:
true
Back
|
FazBrowse Home
|
New Git URL