Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-anthonym authored Nov 15, 2023
1 parent 8642ef2 commit d17c03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,20 @@ jobs:


#installs and runs npm i
- run: cd ${{env.FrontEnd_Directory}}
- name: Use node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
path: 'KenticoInspector.WebApplication\ClientApp'

- run: npm i
working-directory: KenticoInspector.WebApplication\ClientApp
- run: npm run build
working-directory: KenticoInspector.WebApplication\ClientApp


# build the application
- run: cd ..\..
- run: dotnet publish ${{env.Wap_Project_Path}} /p:PublishDir=..\publish -c Release -r win-x64 --self-contained true

# Copy compiled front-end-topublish folder
Expand Down

0 comments on commit d17c03d

Please sign in to comment.