Update main.yml

This commit is contained in:
qwqdanchun 2023-04-16 10:13:29 +08:00 committed by GitHub
parent 3aeb7d53e7
commit 8a3d76583b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ jobs:
- name: Install NuGet Packages
run: nuget restore ChangeTimestamp\ChangeTimestamp.sln
- name: Build solution
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} ChangeTimestamp\ChangeTimestamp.csproj
- name: Install 7Zip PowerShell Module
shell: powershell
run: Install-Module 7Zip4PowerShell -Force -Verbose