File tree Expand file tree Collapse file tree 1 file changed +0
-49
lines changed
Expand file tree Collapse file tree 1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -125,52 +125,3 @@ jobs:
125125 omitBody : ' true'
126126 tag : ${{ steps.previoustag.outputs.tag }}
127127 token : ${{ secrets.GITHUB_TOKEN }}
128-
129- build_crosspoint_ui :
130- name : Build and Publish Crosspoint UI
131- runs-on : ubuntu-latest
132- needs : [tag]
133-
134- steps :
135- - name : Setup NPM
136- uses : actions/setup-node@v2
137- with :
138- node-version : ' 14'
139-
140- - name : Setup .NET
141- uses : actions/setup-dotnet@v1
142- with :
143- dotnet-version : 5.0.x
144-
145- - name : Checkout
146- uses : actions/checkout@v2
147-
148- - name : ' Get Previous tag'
149- id : previoustag
150- uses : actions-ecosystem/action-get-latest-tag@v1
151-
152- - name : Restore dependencies
153- run : dotnet restore ./Crosspoint/Crosspoint.Ui/Crosspoint.Ui.csproj
154-
155- - name : Build
156- run : dotnet build --no-restore ./Crosspoint/Crosspoint.Ui/Crosspoint.Ui.csproj
157-
158- - name : Publish UI
159- if : success()
160- run : dotnet publish -c Release -o ./Release/Crosspoint/Ui ./Crosspoint/Crosspoint.Ui/Crosspoint.Ui.csproj
161-
162- - name : Zip UI
163- uses : thedoctor0/zip-release@master
164- with :
165- type : ' zip'
166- filename : ' ./crosspoint-ui-${{ github.sha }}.zip'
167- path : ' ./Release/Crosspoint/Ui'
168-
169- - name : Upload UI
170- uses : ncipollo/release-action@v1
171- with :
172- artifacts : " ./crosspoint-ui-${{ github.sha }}.zip"
173- allowUpdates : ' true'
174- commit : ${{ github.sha }}
175- tag : ${{ steps.previoustag.outputs.tag }}
176- token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments