Skip to content

Removed scaling of root font-size, 16 to 10. Converted all rem values… #1176

Removed scaling of root font-size, 16 to 10. Converted all rem values…

Removed scaling of root font-size, 16 to 10. Converted all rem values… #1176

Workflow file for this run

name: MSBuild
on: push
jobs:
build:
runs-on: windows-2019
strategy:
matrix:
configuration: [Debug, Release]
steps:
- uses: actions/checkout@v4
- uses: microsoft/[email protected]
- uses: NuGet/[email protected]
- name: Restore NuGet packages
run: nuget restore PCAxis.PX-Web.sln
- name: Build the application
run: msbuild /p:Configuration=$env:Configuration PCAxis.PX-Web.sln
env:
Configuration: ${{ matrix.configuration }}
#- name: Create a file
# run: echo "I won't live long" > my_file.txt
#- name: Upload Artifact
# uses: actions/upload-artifact@v3
# with:
# name: my-own-artifact
# path: my_file.txt
# retention-days: 5