[maven-release-plugin] prepare for next development iteration #177
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
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 |