Remove superflous AutoResizeColumns()
and AutoResizeRows()
#16
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 | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Setup msbuild | |
uses: microsoft/[email protected] | |
- name: Setup NuGet | |
uses: nuget/[email protected] | |
- name: Restore NuGet packages | |
run: nuget restore PatternFileMover.sln | |
- name: Build | |
run: msbuild PatternFileMover.sln /p:Configuration=Release | |