Skip to content

Bump webpack-dev-middleware from 1.10.2 to 5.3.4 in /gui #167

Bump webpack-dev-middleware from 1.10.2 to 5.3.4 in /gui

Bump webpack-dev-middleware from 1.10.2 to 5.3.4 in /gui #167

Workflow file for this run

name: build_dotnet
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout...
uses: actions/checkout@v4
- name: Adding msbuild to PATH...
uses: microsoft/[email protected]
- name: Restoring NuGet Packages...
run: nuget restore webapp-net/DxaModules.sln
- name: Building and Publishing Web App...
run: msbuild webapp-net/DxaModules.sln /p:Configuration=Release