Update main.yml

This commit is contained in:
Sora 2023-04-16 09:52:23 +08:00 committed by GitHub
parent 1129addeed
commit a9df6a38da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ jobs:
- name: Install NuGet Packages
run: nuget restore ChangeTimestamp\ChangeTimestamp.sln
- name: Build solution for ChangeTimestamp project
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